DOMLocator (Java SE 9 & JDK 9 ) (original) (raw)
- All Superinterfaces:
[SourceLocator](../../../../javax/xml/transform/SourceLocator.html "interface in javax.xml.transform")
public interface DOMLocator
extends SourceLocator
Indicates the position of a node in a source DOM, intended primarily for error reporting. To use a DOMLocator, the receiver of an error must downcast the SourceLocator object returned by an exception. A Transformer may use this object for purposes other than error reporting, for instance, to indicate the source node that originated a result node.
Since:
1.4
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type Method Description Node getOriginatingNode() Return the node where the event occurred. * ### Methods inherited from interface javax.xml.transform.[SourceLocator](../../../../javax/xml/transform/SourceLocator.html "interface in javax.xml.transform") `[getColumnNumber](../../../../javax/xml/transform/SourceLocator.html#getColumnNumber--), [getLineNumber](../../../../javax/xml/transform/SourceLocator.html#getLineNumber--), [getPublicId](../../../../javax/xml/transform/SourceLocator.html#getPublicId--), [getSystemId](../../../../javax/xml/transform/SourceLocator.html#getSystemId--)`
Method Detail
* #### getOriginatingNode [Node](../../../../org/w3c/dom/Node.html "interface in org.w3c.dom") getOriginatingNode() Return the node where the event occurred. Returns: The node that is the location for the event.
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.