This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result.
This package implements DOM-specific transformation APIs.
Method getLocator retrieves an instance of a SourceLocator
object that specifies where an error occured.
Method setLocator sets an instance of a SourceLocator
object that specifies where an error occured.
void
Create a new TransformerException from a message and a Locator.
java.lang.Throwable e)
Wrap an existing exception in a TransformerException.
Create a new TransformerConfigurationException from a message and a Locator.
java.lang.Throwable e)
Wrap an existing exception in a TransformerConfigurationException.
Indicates the position of a node in a source DOM, intended
primarily for error reporting.