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 XMLErrorHandlerDOMConfigurationImpl. 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 voidDOMConfigurationImpl. 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 XMLErrorHandlerXMLErrorReporter. fDefaultErrorHandlerDefault error handler.protected XMLErrorHandlerXMLErrorReporter. fErrorHandlerError handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return XMLErrorHandler Modifier and Type Method Description XMLErrorHandlerXMLErrorReporter. 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 XMLErrorHandlerXMLDTDLoader. 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 voidXMLDTDLoader. 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 XMLErrorHandlerXMLSchemaLoader. 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 voidXMLSchemaLoader. 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 XMLErrorHandlerBasicParserConfiguration. getErrorHandler()Return the current error handler.XMLErrorHandlerXML11Configuration. getErrorHandler()Return the current error handler.XMLErrorHandlerXML11DTDConfiguration. getErrorHandler()Return the current error handler.XMLErrorHandlerXML11NonValidatingConfiguration. getErrorHandler()Return the current error handler.XMLErrorHandlerXMLGrammarPreparser. 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 voidBasicParserConfiguration. setErrorHandler(XMLErrorHandler errorHandler)Allow an application to register an error event handler.voidXML11Configuration. setErrorHandler(XMLErrorHandler errorHandler)Allow an application to register an error event handler.voidXML11DTDConfiguration. setErrorHandler(XMLErrorHandler errorHandler)Allow an application to register an error event handler.voidXML11NonValidatingConfiguration. setErrorHandler(XMLErrorHandler errorHandler)Allow an application to register an error event handler.voidXMLGrammarPreparser. 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 classDefaultErrorHandlerDefault error handler.classDOMErrorHandlerWrapperThis class handles DOM errors .classErrorHandlerWrapperThis 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 XMLErrorHandlerErrorHandlerProxy. 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 XMLErrorHandlerXMLGrammarLoader. 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 voidXMLGrammarLoader. 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 XMLErrorHandlerXMLParserConfiguration. 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 voidXMLParserConfiguration. 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 XMLErrorHandlerXPointerHandler. fErrorHandlerConstructors 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)
-