Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.DOMErrorImpl
-
-
Uses of DOMErrorImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type DOMErrorImpl 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. -
Uses of DOMErrorImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util declared as DOMErrorImpl Modifier and Type Field Description protected DOMErrorImplDOMErrorHandlerWrapper. fDOMError -
Uses of DOMErrorImpl in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize declared as DOMErrorImpl Modifier and Type Field Description protected DOMErrorImplBaseMarkupSerializer. fDOMErrorDeprecated.
-