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 void
HTMLTagBalancer.callEndElement
(QName element, Augmentations augs) protected final void
HTMLTagBalancer.callStartElement
(QName element, XMLAttributes attrs, Augmentations augs) void
HTMLTagBalancer.characters
(XMLString text, Augmentations augs) Characters.void
HTMLTagBalancer.comment
(XMLString text, Augmentations augs) Comment.void
HTMLTagBalancer.doctypeDecl
(String rootElementName, String publicId, String systemId, Augmentations augs) Doctype declaration.void
HTMLTagBalancer.emptyElement
(QName element, XMLAttributes attrs, Augmentations augs) Empty element.void
HTMLTagBalancer.endCDATA
(Augmentations augs) End CDATA section.void
HTMLTagBalancer.endDocument
(Augmentations augs) End document.void
HTMLTagBalancer.endElement
(QName element, Augmentations augs) End element.private boolean
HTMLTagBalancer.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.boolean
HTMLConfiguration.parse
(boolean complete) Parses the document in a pull parsing fashion.void
HTMLConfiguration.parse
(XMLInputSource source) Parses a document.void
HTMLTagBalancer.processingInstruction
(String target, XMLString data, Augmentations augs) Processing instruction.boolean
HTMLScanner.scanDocument
(boolean complete) Scans the document.void
HTMLTagBalancer.startCDATA
(Augmentations augs) Start CDATA section.void
HTMLTagBalancer.startDocument
(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.void
HTMLTagBalancer.startElement
(QName elem, XMLAttributes attrs, Augmentations augs) Start element.void
HTMLTagBalancer.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 TypeMethodDescriptionvoid
DefaultFilter.characters
(XMLString text, Augmentations augs) Characters.void
HTMLWriterFilter.characters
(XMLString text, Augmentations augs) Characters.void
DefaultFilter.comment
(XMLString text, Augmentations augs) Comment.void
HTMLWriterFilter.comment
(XMLString text, Augmentations augs) Comment.void
DefaultFilter.doctypeDecl
(String root, String publicId, String systemId, Augmentations augs) Doctype declaration.void
DefaultFilter.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) Empty element.void
HTMLWriterFilter.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) Empty element.void
NamespaceBinder.emptyElement
(QName element, XMLAttributes attrs, Augmentations augs) Empty element.void
DefaultFilter.endCDATA
(Augmentations augs) End CDATA section.void
DefaultFilter.endDocument
(Augmentations augs) End document.void
DefaultFilter.endElement
(QName element, Augmentations augs) End element.void
HTMLWriterFilter.endElement
(QName element, Augmentations augs) End element.void
NamespaceBinder.endElement
(QName element, Augmentations augs) End element.void
DefaultFilter.processingInstruction
(String target, XMLString data, Augmentations augs) Processing instruction.void
DefaultFilter.startCDATA
(Augmentations augs) Start CDATA section.void
DefaultFilter.startDocument
(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.void
HTMLWriterFilter.startDocument
(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.void
NamespaceBinder.startDocument
(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) Start document.void
DefaultFilter.startElement
(QName element, XMLAttributes attributes, Augmentations augs) Start element.void
HTMLWriterFilter.startElement
(QName element, XMLAttributes attributes, Augmentations augs) Start element.void
NamespaceBinder.startElement
(QName element, XMLAttributes attrs, Augmentations augs) Start element.void
DefaultFilter.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 TypeMethodDescriptionvoid
DOMFragmentParser.characters
(XMLString text, Augmentations augs) void
DOMFragmentParser.comment
(XMLString text, Augmentations augs) void
DOMFragmentParser.doctypeDecl
(String root, String pubid, String sysid, Augmentations augs) void
DOMFragmentParser.emptyElement
(QName element, XMLAttributes attrs, Augmentations augs) void
DOMFragmentParser.endCDATA
(Augmentations augs) End CDATA section.void
DOMFragmentParser.endDocument
(Augmentations augs) End document.void
DOMFragmentParser.endElement
(QName element, Augmentations augs) End element.void
DOMFragmentParser.processingInstruction
(String target, XMLString data, Augmentations augs) void
DOMFragmentParser.startCDATA
(Augmentations augs) Start CDATA section.void
DOMFragmentParser.startDocument
(XMLLocator locator, String encoding, NamespaceContext nscontext, Augmentations augs) void
DOMFragmentParser.startElement
(QName element, XMLAttributes attrs, Augmentations augs) void
DOMFragmentParser.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 TypeMethodDescriptionvoid
AbstractDOMParser.characters
(XMLString text, Augmentations augs) Character content.void
AbstractSAXParser.characters
(XMLString text, Augmentations augs) Character content.void
AbstractXMLDocumentParser.characters
(XMLString text, Augmentations augs) Character content.void
AbstractDOMParser.comment
(XMLString text, Augmentations augs) A comment.void
AbstractSAXParser.comment
(XMLString text, Augmentations augs) A comment.void
AbstractXMLDocumentParser.comment
(XMLString text, Augmentations augs) A comment.void
AbstractDOMParser.doctypeDecl
(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.void
AbstractSAXParser.doctypeDecl
(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.void
AbstractXMLDocumentParser.doctypeDecl
(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.void
AbstractDOMParser.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) An empty element.void
AbstractXMLDocumentParser.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) An empty element.void
AbstractDOMParser.endCDATA
(Augmentations augs) The end of a CDATA section.void
AbstractSAXParser.endCDATA
(Augmentations augs) The end of a CDATA section.void
AbstractXMLDocumentParser.endCDATA
(Augmentations augs) The end of a CDATA section.void
AbstractDOMParser.endDocument
(Augmentations augs) The end of the document.void
AbstractSAXParser.endDocument
(Augmentations augs) The end of the document.void
AbstractXMLDocumentParser.endDocument
(Augmentations augs) The end of the document.void
AbstractDOMParser.endElement
(QName element, Augmentations augs) The end of an element.void
AbstractSAXParser.endElement
(QName element, Augmentations augs) The end of an element.void
AbstractXMLDocumentParser.endElement
(QName element, Augmentations augs) The end of an element.void
XMLParser.parse
(XMLInputSource inputSource) Parse.void
AbstractDOMParser.processingInstruction
(String target, XMLString data, Augmentations augs) A processing instruction.void
AbstractSAXParser.processingInstruction
(String target, XMLString data, Augmentations augs) A processing instruction.void
AbstractXMLDocumentParser.processingInstruction
(String target, XMLString data, Augmentations augs) A processing instruction.void
AbstractDOMParser.reset()
Resets the parser state.void
AbstractSAXParser.reset()
Reset all components before parsing.protected void
XMLParser.reset()
reset all components before parsingvoid
AbstractDOMParser.startCDATA
(Augmentations augs) The start of a CDATA section.void
AbstractSAXParser.startCDATA
(Augmentations augs) The start of a CDATA section.void
AbstractXMLDocumentParser.startCDATA
(Augmentations augs) The start of a CDATA section.void
AbstractDOMParser.startDocument
(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.void
AbstractSAXParser.startDocument
(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.void
AbstractXMLDocumentParser.startDocument
(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.void
AbstractDOMParser.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.void
AbstractSAXParser.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.void
AbstractXMLDocumentParser.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.void
AbstractDOMParser.xmlDecl
(String version, String encoding, String standalone, Augmentations augs) Notifies of the presence of an XMLDecl line in the document.void
AbstractSAXParser.xmlDecl
(String version, String encoding, String standalone, Augmentations augs) Notifies of the presence of an XMLDecl line in the document.void
AbstractXMLDocumentParser.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 XNIException
ErrorHandlerWrapper.createXNIException
(SAXException exception) Methods in org.htmlunit.cyberneko.xerces.util that throw XNIExceptionModifier and TypeMethodDescriptionvoid
DefaultErrorHandler.error
(String domain, String key, XMLParseException ex) Error.void
ErrorHandlerWrapper.error
(String domain, String key, XMLParseException exception) Reports an error.void
DefaultErrorHandler.fatalError
(String domain, String key, XMLParseException ex) Fatal error.void
ErrorHandlerWrapper.fatalError
(String domain, String key, XMLParseException exception) Report a fatal error.void
DefaultErrorHandler.warning
(String domain, String key, XMLParseException ex) Warning.void
ErrorHandlerWrapper.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 TypeMethodDescriptionvoid
XMLDocumentHandler.characters
(XMLString text, Augmentations augs) Character content.void
XMLDocumentHandler.comment
(XMLString text, Augmentations augs) A comment.void
XMLDocumentHandler.doctypeDecl
(String rootElement, String publicId, String systemId, Augmentations augs) Notifies of the presence of the DOCTYPE line in the document.void
XMLDocumentHandler.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) An empty element.void
XMLDocumentHandler.endCDATA
(Augmentations augs) The end of a CDATA section.void
XMLDocumentHandler.endDocument
(Augmentations augs) The end of the document.void
XMLDocumentHandler.endElement
(QName element, Augmentations augs) The end of an element.void
XMLDocumentHandler.processingInstruction
(String target, XMLString data, Augmentations augs) A processing instruction.void
XMLDocumentHandler.startCDATA
(Augmentations augs) The start of a CDATA section.void
XMLDocumentHandler.startDocument
(XMLLocator locator, String encoding, NamespaceContext namespaceContext, Augmentations augs) The start of the document.void
XMLDocumentHandler.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.void
XMLDocumentHandler.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 TypeClassDescriptionclass
An XNI parser configuration exception.class
A parsing exception.Methods in org.htmlunit.cyberneko.xerces.xni.parser that throw XNIExceptionModifier and TypeMethodDescriptionvoid
XMLErrorHandler.error
(String domain, String key, XMLParseException exception) Reports an error.void
XMLErrorHandler.fatalError
(String domain, String key, XMLParseException exception) Report a fatal error.boolean
XMLParserConfiguration.parse
(boolean complete) Parses the document in a pull parsing fashion.void
XMLParserConfiguration.parse
(XMLInputSource inputSource) Parse an XML document.boolean
XMLDocumentScanner.scanDocument
(boolean complete) Scans a document.void
XMLErrorHandler.warning
(String domain, String key, XMLParseException exception) Reports a warning.