javax.xml.transform.dom
Interface DOMLocator

All Superinterfaces:
SourceLocator

public interface DOMLocator
extends SourceLocator

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


Method Summary
 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

Node getOriginatingNode()
Returns the node on which the event originated.