Package | Description |
---|---|
org.apache.xml.serializer |
Processes SAX events into streams.
|
org.apache.xml.serializer.dom3 |
Modifier and Type | Method and Description |
---|---|
DOMErrorHandler |
DOM3Serializer.getErrorHandler()
Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
DOM3Serializer.setErrorHandler(DOMErrorHandler handler)
Sets a DOMErrorHandler on the DOM Level 3 Serializer.
|
Modifier and Type | Method and Description |
---|---|
DOMErrorHandler |
LSSerializerImpl.getErrorHandler()
This method returns the LSSerializer's error handler.
|
DOMErrorHandler |
DOM3SerializerImpl.getErrorHandler()
Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
|
Modifier and Type | Method and Description |
---|---|
void |
DOM3SerializerImpl.setErrorHandler(DOMErrorHandler handler)
Sets a DOMErrorHandler on the DOM Level 3 Serializer.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.