Uses of Interface
org.htmlunit.cyberneko.xerces.xni.Augmentations
-
Packages that use Augmentations Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.filters org.htmlunit.cyberneko.parsers org.htmlunit.cyberneko.xerces.parsers org.htmlunit.cyberneko.xerces.xni -
-
Uses of Augmentations in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko that return Augmentations Modifier and Type Method Description protected AugmentationsHTMLScanner. locationAugs(org.htmlunit.cyberneko.HTMLScanner.CurrentEntity currentEntity)protected AugmentationsHTMLScanner. synthesizedAugs()protected AugmentationsHTMLTagBalancer. synthesizedAugs()Methods in org.htmlunit.cyberneko with parameters of type Augmentations Modifier and Type Method Description protected voidHTMLTagBalancer. callEndElement(QName element, Augmentations augs)protected 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.voidHTMLTagBalancingListener. ignoredEndElement(QName element, Augmentations augs)voidHTMLTagBalancingListener. ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)voidHTMLTagBalancer. processingInstruction(String target, XMLString data, Augmentations augs)Processing instruction.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 Augmentations in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters with parameters of type Augmentations Modifier and Type Method Description voidDefaultFilter. 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 Augmentations in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers with parameters of type Augmentations Modifier and Type Method Description voidDOMFragmentParser. 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 Augmentations in org.htmlunit.cyberneko.xerces.parsers
Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type Augmentations Modifier and Type Method Description voidAbstractDOMParser. 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.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. 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 Augmentations in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni that return Augmentations Modifier and Type Method Description AugmentationsAugmentations. clone()Clones this Augmentation in case one has to keep the reference.Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type Augmentations Modifier and Type Method Description voidXMLDocumentHandler. 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.
-