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. |