Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.DOMLocatorImpl
-
Packages that use DOMLocatorImpl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom -
-
Uses of DOMLocatorImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as DOMLocatorImpl Modifier and Type Field Description DOMLocatorImplDOMErrorImpl. fLocatorprotected DOMLocatorImplDOMNormalizer. fLocatorDOM Locator - for namespace fixup algorithmMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type DOMLocatorImpl Modifier and Type Method Description static voidDOMNormalizer. isAttrValueWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, NamedNodeMap attributes, Attr a, String value, boolean xml11Version)NON-DOM: check if attribute value is well-formedstatic voidDOMNormalizer. isCDataWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version)Check if CDATA section is well-formedstatic voidDOMNormalizer. isCommentWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version)NON-DOM: check if value of the comment is well-formedstatic voidDOMNormalizer. isXMLCharWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version)NON-DOM: check for valid XML characters as per the XML versionstatic voidDOMNormalizer. reportDOMError(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String message, short severity, String type)Reports a DOM error to the user handler.
-