javax.xml.transform.dom
Interface DOMLocator

All Superinterfaces:
SourceLocator

public interface DOMLocator
extends SourceLocator

DOM Locator

Version:
1.0
Author:
Andrew Selkirk

Method Summary
 Node getOriginatingNode()
           
 
Methods inherited from interface javax.xml.transform.SourceLocator
getColumnNumber, getLineNumber, getPublicId, getSystemId
 

Method Detail

getOriginatingNode

public Node getOriginatingNode()


Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.