Package | Description |
---|---|
org.apache.xerces.dom |
Modifier and Type | Field and Description |
---|---|
DOMLocatorImpl |
DOMErrorImpl.fLocator |
protected DOMLocatorImpl |
DOMNormalizer.fLocator
DOM Locator - for namespace fixup algorithm
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.