Uses of Interface
org.htmlunit.cyberneko.xerces.xni.Augmentations
Packages that use Augmentations
Package
Description
-
Uses of Augmentations in org.htmlunit.cyberneko
Subinterfaces of Augmentations in org.htmlunit.cybernekoModifier and TypeInterfaceDescriptioninterface
This interface is used to pass augmentated information to the application through the XNI pipeline.Classes in org.htmlunit.cyberneko that implement AugmentationsModifier and TypeClassDescriptionstatic class
Synthesized infoset item.(package private) static final class
Location infoset item.Fields in org.htmlunit.cyberneko declared as AugmentationsModifier and TypeFieldDescription(package private) final Augmentations
HTMLTagBalancer.ElementEntry.augs_
(package private) final Augmentations
LostText.Entry.augs_
Methods in org.htmlunit.cyberneko that return AugmentationsModifier and TypeMethodDescriptionHTMLEventInfo.SynthesizedItem.clone()
Save to return this instance because it does not have stateHTMLScanner.LocationItem.clone()
We need a cloning way to keep reference.protected final Augmentations
HTMLScanner.locationAugs()
protected final Augmentations
HTMLScanner.synthesizedAugs()
protected final Augmentations
HTMLTagBalancer.synthesizedAugs()
Methods in org.htmlunit.cyberneko with parameters of type AugmentationsModifier and TypeMethodDescriptionvoid
LostText.add
(XMLString text, Augmentations augs) Adds some text that need to be re-feed later.protected 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.void
HTMLTagBalancingListener.ignoredEndElement
(QName element, Augmentations augs) void
HTMLTagBalancingListener.ignoredStartElement
(QName elem, XMLAttributes attrs, Augmentations augs) private void
HTMLTagBalancer.notifyDiscardedEndElement
(QName element, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored end elementprivate void
HTMLTagBalancer.notifyDiscardedStartElement
(QName elem, XMLAttributes attrs, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored start elementvoid
HTMLTagBalancer.processingInstruction
(String target, XMLString data, Augmentations augs) Processing instruction.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.Constructors in org.htmlunit.cyberneko with parameters of type AugmentationsModifierConstructorDescription(package private)
ElementEntry
(QName element, Augmentations augs) (package private)
Entry
(XMLString text, Augmentations augs) -
Uses of Augmentations in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters with parameters of type AugmentationsModifier 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 Augmentations in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers with parameters of type AugmentationsModifier 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 Augmentations in org.htmlunit.cyberneko.xerces.parsers
Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type AugmentationsModifier 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
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.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 Augmentations in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni that return AugmentationsModifier and TypeMethodDescriptionAugmentations.clone()
Clones this Augmentation in case one has to keep the reference.Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type AugmentationsModifier 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.