Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLErrorHandler
-
-
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
DOMConfigurationImpl. getErrorHandler()
Return the current error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLErrorHandler Modifier and Type Method Description void
DOMConfigurationImpl. setErrorHandler(XMLErrorHandler errorHandler)
Allow an application to register an error event handler. -
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as XMLErrorHandler Modifier and Type Field Description protected XMLErrorHandler
XMLErrorReporter. fDefaultErrorHandler
Default error handler.protected XMLErrorHandler
XMLErrorReporter. fErrorHandler
Error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
XMLErrorReporter. getErrorHandler()
Get the internal XMLErrrorHandler. -
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
XMLDTDLoader. getErrorHandler()
Returns the registered error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLErrorHandler Modifier and Type Method Description void
XMLDTDLoader. setErrorHandler(XMLErrorHandler errorHandler)
Sets the error handler. -
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
XMLSchemaLoader. getErrorHandler()
Returns the registered error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLErrorHandler Modifier and Type Method Description void
XMLSchemaLoader. setErrorHandler(XMLErrorHandler errorHandler)
Sets the error handler. -
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
BasicParserConfiguration. getErrorHandler()
Return the current error handler.XMLErrorHandler
XML11Configuration. getErrorHandler()
Return the current error handler.XMLErrorHandler
XML11DTDConfiguration. getErrorHandler()
Return the current error handler.XMLErrorHandler
XML11NonValidatingConfiguration. getErrorHandler()
Return the current error handler.XMLErrorHandler
XMLGrammarPreparser. getErrorHandler()
Returns the registered error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLErrorHandler Modifier and Type Method Description void
BasicParserConfiguration. setErrorHandler(XMLErrorHandler errorHandler)
Allow an application to register an error event handler.void
XML11Configuration. setErrorHandler(XMLErrorHandler errorHandler)
Allow an application to register an error event handler.void
XML11DTDConfiguration. setErrorHandler(XMLErrorHandler errorHandler)
Allow an application to register an error event handler.void
XML11NonValidatingConfiguration. setErrorHandler(XMLErrorHandler errorHandler)
Allow an application to register an error event handler.void
XMLGrammarPreparser. setErrorHandler(XMLErrorHandler errorHandler)
Sets the error handler. -
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that implement XMLErrorHandler Modifier and Type Class Description class
DefaultErrorHandler
Default error handler.class
DOMErrorHandlerWrapper
This class handles DOM errors .class
ErrorHandlerWrapper
This class wraps a SAX error handler in an XNI error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return XMLErrorHandler Modifier and Type Method Description protected abstract XMLErrorHandler
ErrorHandlerProxy. getErrorHandler()
-
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
XMLGrammarLoader. getErrorHandler()
Returns the registered error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars with parameters of type XMLErrorHandler Modifier and Type Method Description void
XMLGrammarLoader. setErrorHandler(XMLErrorHandler errorHandler)
Sets the error handler. -
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandler
XMLParserConfiguration. getErrorHandler()
Returns the registered error handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser with parameters of type XMLErrorHandler Modifier and Type Method Description void
XMLParserConfiguration. setErrorHandler(XMLErrorHandler errorHandler)
Sets the error handler. -
Uses of XMLErrorHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer declared as XMLErrorHandler Modifier and Type Field Description protected XMLErrorHandler
XPointerHandler. fErrorHandler
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer with parameters of type XMLErrorHandler Constructor Description XPointerHandler(SymbolTable symbolTable, XMLErrorHandler errorHandler, XMLErrorReporter errorReporter)
-