Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.xml.transform.dom
Interface DOMLocator  view DOMLocator download DOMLocator.java

All Superinterfaces:
javax.xml.transform.SourceLocator

public interface DOMLocator
extends javax.xml.transform.SourceLocator

Locator for reporting a location in a W3C DOM object graph.


Method Summary
 org.w3c.dom.Node getOriginatingNode()
          Returns the node on which the event originated.
 
Methods inherited from interface javax.xml.transform.SourceLocator
getColumnNumber, getLineNumber, getPublicId, getSystemId
 

Method Detail

getOriginatingNode

public org.w3c.dom.Node getOriginatingNode()
Returns the node on which the event originated.