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

Packages that use DOMErrorImpl
org.apache.xerces.dom   
 

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, java.lang.String value, boolean xml11Version)
          NON-DOM: check if attribute value is well-formed
static void DOMNormalizer.isCDataWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, java.lang.String datavalue, boolean isXML11Version)
          Check if CDATA section is well-formed
static void DOMNormalizer.isCommentWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, java.lang.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, java.lang.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, java.lang.String message, short severity, java.lang.String type)
          Reports a DOM error to the user handler.