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.
Node getOriginatingNode()
Return the node where the event occurred.
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.