| Package | Description |
|---|---|
| javax.xml.transform |
This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
|
| javax.xml.transform.dom |
This package implements DOM-specific transformation APIs.
|
| Modifier and Type | Method and Description |
|---|---|
SourceLocator |
TransformerException.getLocator()
Method getLocator retrieves an instance of a SourceLocator object that specifies where an error occured.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformerException.setLocator(SourceLocator
Method setLocator sets an instance of a SourceLocator object that specifies where an error occured.
|
| Constructor and Description | |
|---|---|
TransformerConfigurationException(String
Create a new TransformerConfigurationException from a message and a Locator.
|
|
TransformerConfigurationException(String
Wrap an existing exception in a TransformerConfigurationException.
|
|
TransformerException(String
Create a new TransformerException from a message and a Locator.
|
|
TransformerException(String
Wrap an existing exception in a TransformerException.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMLocator
Indicates the position of a node in a source DOM, intended primarily for error reporting.
|