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
Subinterfaces of Augmentations in org.htmlunit.cyberneko Modifier and Type Interface Description interfaceHTMLEventInfoThis interface is used to pass augmentated information to the application through the XNI pipeline.Classes in org.htmlunit.cyberneko that implement Augmentations Modifier and Type Class Description static classHTMLEventInfo.SynthesizedItemSynthesized infoset item.(package private) static classHTMLScanner.LocationItemLocation infoset item.Fields in org.htmlunit.cyberneko declared as Augmentations Modifier and Type Field Description (package private) AugmentationsHTMLTagBalancer.ElementEntry. augs_(package private) AugmentationsLostText.Entry. augs_Methods in org.htmlunit.cyberneko that return Augmentations Modifier and Type Method Description AugmentationsHTMLEventInfo.SynthesizedItem. clone()Save to return this instance because it does not have stateAugmentationsHTMLScanner.LocationItem. clone()We need a cloning way to keep reference.protected AugmentationsHTMLScanner. locationAugs()protected AugmentationsHTMLScanner. synthesizedAugs()protected AugmentationsHTMLTagBalancer. synthesizedAugs()Methods in org.htmlunit.cyberneko with parameters of type Augmentations Modifier and Type Method Description voidLostText. add(XMLString text, Augmentations augs)Adds some text that need to be re-feed later.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(java.lang.String rootElementName, java.lang.String publicId, java.lang.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(java.lang.String target, XMLString data, Augmentations augs)Processing instruction.voidHTMLTagBalancer. startCDATA(Augmentations augs)Start CDATA section.voidHTMLTagBalancer. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)Start document.voidHTMLTagBalancer. startElement(QName elem, XMLAttributes attrs, Augmentations augs)Start element.voidHTMLTagBalancer. xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)XML declaration.Constructors in org.htmlunit.cyberneko with parameters of type Augmentations Constructor Description ElementEntry(QName element, Augmentations augs)Entry(XMLString text, Augmentations augs) -
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(java.lang.String root, java.lang.String publicId, java.lang.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(java.lang.String target, XMLString data, Augmentations augs)Processing instruction.voidDefaultFilter. startCDATA(Augmentations augs)Start CDATA section.voidDefaultFilter. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)Start document.voidHTMLWriterFilter. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)Start document.voidNamespaceBinder. startDocument(XMLLocator locator, java.lang.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(java.lang.String version, java.lang.String encoding, java.lang.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(java.lang.String root, java.lang.String pubid, java.lang.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(java.lang.String target, XMLString data, Augmentations augs)voidDOMFragmentParser. startCDATA(Augmentations augs)Start CDATA section.voidDOMFragmentParser. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext nscontext, Augmentations augs)voidDOMFragmentParser. startElement(QName element, XMLAttributes attrs, Augmentations augs)voidDOMFragmentParser. xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.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(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidAbstractSAXParser. doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)Notifies of the presence of the DOCTYPE line in the document.voidAbstractXMLDocumentParser. doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.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(java.lang.String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractSAXParser. processingInstruction(java.lang.String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractXMLDocumentParser. processingInstruction(java.lang.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, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidAbstractSAXParser. startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)The start of the document.voidAbstractXMLDocumentParser. startDocument(XMLLocator locator, java.lang.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(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document.voidAbstractSAXParser. xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document.voidAbstractXMLDocumentParser. xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.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(java.lang.String rootElement, java.lang.String publicId, java.lang.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(java.lang.String target, XMLString data, Augmentations augs)A processing instruction.voidXMLDocumentHandler. startCDATA(Augmentations augs)The start of a CDATA section.voidXMLDocumentHandler. startDocument(XMLLocator locator, java.lang.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(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)Notifies of the presence of an XMLDecl line in the document.
-