Uses of Interface
org.w3c.dom.DOMErrorHandler
| Package | Description |
|---|---|
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.serializer.dom3 |
-
Uses of DOMErrorHandler in org.apache.xml.serializer
Methods in org.apache.xml.serializer that return DOMErrorHandler Modifier and Type Method Description DOMErrorHandlerDOM3Serializer. getErrorHandler()Returns a DOMErrorHandler set on the DOM Level 3 Serializer.Methods in org.apache.xml.serializer with parameters of type DOMErrorHandler Modifier and Type Method Description voidDOM3Serializer. setErrorHandler(DOMErrorHandler handler)Sets a DOMErrorHandler on the DOM Level 3 Serializer. -
Uses of DOMErrorHandler in org.apache.xml.serializer.dom3
Methods in org.apache.xml.serializer.dom3 that return DOMErrorHandler Modifier and Type Method Description DOMErrorHandlerDOM3SerializerImpl. getErrorHandler()Returns a DOMErrorHandler set on the DOM Level 3 Serializer.DOMErrorHandlerLSSerializerImpl. getErrorHandler()This method returns the LSSerializer's error handler.Methods in org.apache.xml.serializer.dom3 with parameters of type DOMErrorHandler Modifier and Type Method Description voidDOM3SerializerImpl. setErrorHandler(DOMErrorHandler handler)Sets a DOMErrorHandler on the DOM Level 3 Serializer.