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 TypeInterfaceDescriptioninterfaceThis interface is used to pass augmentated information to the application through the XNI pipeline.Classes in org.htmlunit.cyberneko that implement AugmentationsModifier and TypeClassDescriptionstatic classSynthesized infoset item.(package private) static final classLocation infoset item.Fields in org.htmlunit.cyberneko declared as AugmentationsModifier and TypeFieldDescription(package private) final AugmentationsHTMLTagBalancer.ElementEntry.augs_(package private) final AugmentationsLostText.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 AugmentationsHTMLScanner.locationAugs()protected final AugmentationsHTMLScanner.synthesizedAugs()protected final AugmentationsHTMLTagBalancer.synthesizedAugs()Methods in org.htmlunit.cyberneko with parameters of type AugmentationsModifier and TypeMethodDescriptionvoidLostText.add(XMLString text, Augmentations augs) Adds some text that need to be re-feed later.protected 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.voidHTMLTagBalancingListener.ignoredEndElement(QName element, Augmentations augs) voidHTMLTagBalancingListener.ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs) private voidHTMLTagBalancer.notifyDiscardedEndElement(QName element, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored end elementprivate voidHTMLTagBalancer.notifyDiscardedStartElement(QName elem, XMLAttributes attrs, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored start elementvoidHTMLTagBalancer.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.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 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 Augmentations in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers with parameters of type AugmentationsModifier 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 Augmentations in org.htmlunit.cyberneko.xerces.parsers
Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type AugmentationsModifier 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.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 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 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.