Uses of Class
org.apache.xerces.dom.DOMErrorImpl

Packages that use DOMErrorImpl
org.apache.xerces.dom   
org.apache.xerces.util   
org.apache.xml.serialize   
 

Uses of DOMErrorImpl in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom with parameters of type DOMErrorImpl
static void DOMNormalizer.isAttrValueWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, NamedNodeMap attributes, Attr a, String value, boolean xml11Version)
          NON-DOM: check if attribute value is well-formed
static void DOMNormalizer.isCDataWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version)
          Check if CDATA section is well-formed
static void DOMNormalizer.isCommentWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version)
          NON-DOM: check if value of the comment is well-formed
static void DOMNormalizer.isXMLCharWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version)
          NON-DOM: check for valid XML characters as per the XML version
static void DOMNormalizer.reportDOMError(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String message, short severity, String type)
          Reports a DOM error to the user handler.
 

Uses of DOMErrorImpl in org.apache.xerces.util
 

Fields in org.apache.xerces.util declared as DOMErrorImpl
protected  DOMErrorImpl DOMErrorHandlerWrapper.fDOMError
           
 

Uses of DOMErrorImpl in org.apache.xml.serialize
 

Fields in org.apache.xml.serialize declared as DOMErrorImpl
protected  DOMErrorImpl BaseMarkupSerializer.fDOMError
          Deprecated.  
 



Copyright © 2011. All Rights Reserved.