Uses of Class
org.htmlunit.cyberneko.xerces.xni.XNIException
Packages that use XNIException
Package
Description
-
Uses of XNIException in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko that throw XNIExceptionModifier and TypeMethodDescriptionprotected final voidHTMLTagBalancer.callEndElement(QName element, Augmentations augs) protected final voidHTMLTagBalancer.callStartElement(QName element, XMLAttributes attrs, Augmentations augs) voidHTMLTagBalancer.characters(XMLString text, Augmentations augs) Characters.voidHTMLTagBalancer.comment(XMLString text, Augmentations augs) Comment.voidHTMLTagBalancer.doctypeDecl(String rootElementName, String publicId, String systemId, Augmentations augs) Doctype declaration.voidHTMLTagBalancer.emptyElement(QName element, XMLAttributes attrs, Augmentations augs) Empty element.voidHTMLTagBalancer.endCDATA(Augmentations augs) End CDATA section.voidHTMLTagBalancer.endDocument(Augmentations augs) End document.voidHTMLTagBalancer.endElement(QName element, Augmentations augs) End element.private booleanHTMLTagBalancer.forceStartElement(QName elem, XMLAttributes attrs, Augmentations augs) Forces an element start, taking care to set the information to allow startElement to "see" that's the element has been forced.booleanHTMLConfiguration.parse(boolean complete) Parses the document in a pull parsing fashion.voidHTMLConfiguration.parse(XMLInputSource source) Parses a document.voidHTMLTagBalancer.processingInstruction(String target, XMLString data, Augmentations augs) Processing instruction.booleanHTMLScanner.scanDocument(boolean complete) Scans the document.voidHTMLTagBalancer.startCDATA(Augmentations augs) Start CDATA section.voidHTMLTagBalancer.startDocument(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.voidHTMLTagBalancer.startElement(QName elem, XMLAttributes attrs, Augmentations augs) Start element.voidHTMLTagBalancer.xmlDecl(String version, String encoding, String standalone, Augmentations augs) XML declaration. -
Uses of XNIException in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters that throw XNIExceptionModifier and TypeMethodDescriptionvoidDefaultFilter.characters(XMLString text, Augmentations augs) Characters.voidHTMLWriterFilter.characters(XMLString text, Augmentations augs) Characters.voidDefaultFilter.comment(XMLString text, Augmentations augs) Comment.voidHTMLWriterFilter.comment(XMLString text, Augmentations augs) Comment.voidDefaultFilter.doctypeDecl(String root, String publicId, String systemId, Augmentations augs) Doctype declaration.voidDefaultFilter.emptyElement(QName element, XMLAttributes attributes, Augmentations augs) Empty element.voidHTMLWriterFilter.emptyElement(QName element, XMLAttributes attributes, Augmentations augs) Empty element.voidNamespaceBinder.emptyElement(QName element, XMLAttributes attrs, Augmentations augs) Empty element.voidDefaultFilter.endCDATA(Augmentations augs) End CDATA section.voidDefaultFilter.endDocument(Augmentations augs) End document.voidDefaultFilter.endElement(QName element, Augmentations augs) End element.voidHTMLWriterFilter.endElement(QName element, Augmentations augs) End element.voidNamespaceBinder.endElement(QName element, Augmentations augs) End element.voidDefaultFilter.processingInstruction(String target, XMLString data, Augmentations augs) Processing instruction.voidDefaultFilter.startCDATA(Augmentations augs) Start CDATA section.voidDefaultFilter.startDocument(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.voidHTMLWriterFilter.startDocument(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.voidNamespaceBinder.startDocument(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.voidDefaultFilter.startElement(QName element, XMLAttributes attributes, Augmentations augs) Start element.voidHTMLWriterFilter.startElement(QName element, XMLAttributes attributes, Augmentations augs) Start element.voidNamespaceBinder.startElement(QName element, XMLAttributes attrs, Augmentations augs) Start element.voidDefaultFilter.xmlDecl(String version, String encoding, String standalone, Augmentations augs) XML declaration. -
Uses of XNIException in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers that throw XNIExceptionModifier and TypeMethodDescriptionvoidDOMFragmentParser.characters(XMLString text, Augmentations augs) voidDOMFragmentParser.comment(XMLString text, Augmentations augs) voidDOMFragmentParser.doctypeDecl(String root, String pubid, String sysid, Augmentations augs) voidDOMFragmentParser.emptyElement(QName element, XMLAttributes attrs, Augmentations augs) voidDOMFragmentParser.endCDATA(Augmentations augs) End CDATA section.voidDOMFragmentParser.endDocument(Augmentations augs) End document.voidDOMFragmentParser.endElement(QName element, Augmentations augs) End element.voidDOMFragmentParser.processingInstruction(String target, XMLString data, Augmentations augs) voidDOMFragmentParser.startCDATA(Augmentations augs) Start CDATA section.voidDOMFragmentParser.startDocument(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) voidDOMFragmentParser.startElement(QName element, XMLAttributes attrs, Augmentations augs) voidDOMFragmentParser.xmlDecl(String version, String encoding, String standalone, Augmentations augs) -
Uses of XNIException in org.htmlunit.cyberneko.xerces.parsers
Methods in org.htmlunit.cyberneko.xerces.parsers that throw XNIExceptionModifier and TypeMethodDescriptionvoidAbstractDOMParser.characters(XMLString text, Augmentations augs) Character content.voidAbstractSAXParser.characters(XMLString text, Augmentations augs) Character content.voidAbstractXMLDocumentParser.characters(XMLString text, Augmentations augs) Character content.voidAbstractDOMParser.comment(XMLString text, Augmentations augs) A comment.voidAbstractSAXParser.comment(XMLString text, Augmentations augs) A comment.voidAbstractXMLDocumentParser.comment(XMLString text, Augmentations augs) A comment.voidAbstractDOMParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.voidAbstractSAXParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.voidAbstractXMLDocumentParser.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.voidAbstractDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs) An empty element.voidAbstractXMLDocumentParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs) An empty element.voidAbstractDOMParser.endCDATA(Augmentations augs) The end of a CDATA section.voidAbstractSAXParser.endCDATA(Augmentations augs) The end of a CDATA section.voidAbstractXMLDocumentParser.endCDATA(Augmentations augs) The end of a CDATA section.voidAbstractDOMParser.endDocument(Augmentations augs) The end of the document.voidAbstractSAXParser.endDocument(Augmentations augs) The end of the document.voidAbstractXMLDocumentParser.endDocument(Augmentations augs) The end of the document.voidAbstractDOMParser.endElement(QName element, Augmentations augs) The end of an element.voidAbstractSAXParser.endElement(QName element, Augmentations augs) The end of an element.voidAbstractXMLDocumentParser.endElement(QName element, Augmentations augs) The end of an element.voidXMLParser.parse(XMLInputSource inputSource) Parse.voidAbstractDOMParser.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction.voidAbstractSAXParser.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction.voidAbstractXMLDocumentParser.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction.voidAbstractDOMParser.reset()Resets the parser state.voidAbstractSAXParser.reset()Reset all components before parsing.protected voidXMLParser.reset()reset all components before parsingvoidAbstractDOMParser.startCDATA(Augmentations augs) The start of a CDATA section.voidAbstractSAXParser.startCDATA(Augmentations augs) The start of a CDATA section.voidAbstractXMLDocumentParser.startCDATA(Augmentations augs) The start of a CDATA section.voidAbstractDOMParser.startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.voidAbstractSAXParser.startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.voidAbstractXMLDocumentParser.startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.voidAbstractDOMParser.startElement(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.voidAbstractSAXParser.startElement(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.voidAbstractXMLDocumentParser.startElement(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.voidAbstractDOMParser.xmlDecl(String version, String encoding, String standalone, Augmentations augs) Notifies of the presence of an XMLDecl line in the document.voidAbstractSAXParser.xmlDecl(String version, String encoding, String standalone, Augmentations augs) Notifies of the presence of an XMLDecl line in the document.voidAbstractXMLDocumentParser.xmlDecl(String version, String encoding, String standalone, Augmentations augs) Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.htmlunit.cyberneko.xerces.util
Methods in org.htmlunit.cyberneko.xerces.util that return XNIExceptionModifier and TypeMethodDescriptionprotected static XNIExceptionErrorHandlerWrapper.createXNIException(SAXException exception) Methods in org.htmlunit.cyberneko.xerces.util that throw XNIExceptionModifier and TypeMethodDescriptionvoidDefaultErrorHandler.error(String domain, String key, XMLParseException ex) Error.voidErrorHandlerWrapper.error(String domain, String key, XMLParseException exception) Reports an error.voidDefaultErrorHandler.fatalError(String domain, String key, XMLParseException ex) Fatal error.voidErrorHandlerWrapper.fatalError(String domain, String key, XMLParseException exception) Report a fatal error.voidDefaultErrorHandler.warning(String domain, String key, XMLParseException ex) Warning.voidErrorHandlerWrapper.warning(String domain, String key, XMLParseException exception) Reports a warning. -
Uses of XNIException in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni that throw XNIExceptionModifier and TypeMethodDescriptionvoidXMLDocumentHandler.characters(XMLString text, Augmentations augs) Character content.voidXMLDocumentHandler.comment(XMLString text, Augmentations augs) A comment.voidXMLDocumentHandler.doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.voidXMLDocumentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs) An empty element.voidXMLDocumentHandler.endCDATA(Augmentations augs) The end of a CDATA section.voidXMLDocumentHandler.endDocument(Augmentations augs) The end of the document.voidXMLDocumentHandler.endElement(QName element, Augmentations augs) The end of an element.voidXMLDocumentHandler.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction.voidXMLDocumentHandler.startCDATA(Augmentations augs) The start of a CDATA section.voidXMLDocumentHandler.startDocument(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.voidXMLDocumentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.voidXMLDocumentHandler.xmlDecl(String version, String encoding, String standalone, Augmentations augs) Notifies of the presence of an XMLDecl line in the document. -
Uses of XNIException in org.htmlunit.cyberneko.xerces.xni.parser
Subclasses of XNIException in org.htmlunit.cyberneko.xerces.xni.parserModifier and TypeClassDescriptionclassAn XNI parser configuration exception.classA parsing exception.Methods in org.htmlunit.cyberneko.xerces.xni.parser that throw XNIExceptionModifier and TypeMethodDescriptionvoidXMLErrorHandler.error(String domain, String key, XMLParseException exception) Reports an error.voidXMLErrorHandler.fatalError(String domain, String key, XMLParseException exception) Report a fatal error.booleanXMLParserConfiguration.parse(boolean complete) Parses the document in a pull parsing fashion.voidXMLParserConfiguration.parse(XMLInputSource inputSource) Parse an XML document.booleanXMLDocumentScanner.scanDocument(boolean complete) Scans a document.voidXMLErrorHandler.warning(String domain, String key, XMLParseException exception) Reports a warning.