Uses of Interface
org.w3c.dom.DOMErrorHandler

Packages that use DOMErrorHandler
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
 DOMErrorHandler DOM3Serializer.getErrorHandler()
          Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
 

Methods in org.apache.xml.serializer with parameters of type DOMErrorHandler
 void DOM3Serializer.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
 DOMErrorHandler DOM3SerializerImpl.getErrorHandler()
          Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
 DOMErrorHandler LSSerializerImpl.getErrorHandler()
          This method returns the LSSerializer's error handler.
 

Methods in org.apache.xml.serializer.dom3 with parameters of type DOMErrorHandler
 void DOM3SerializerImpl.setErrorHandler(DOMErrorHandler handler)
          Sets a DOMErrorHandler on the DOM Level 3 Serializer.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.