| Package | Description |
|---|---|
| org.htmlunit.cyberneko | |
| org.htmlunit.cyberneko.filters | |
| org.htmlunit.cyberneko.parsers | |
| org.htmlunit.cyberneko.xerces.parsers | |
| org.htmlunit.cyberneko.xerces.xni |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTMLEventInfo
This interface is used to pass augmented information to the
application through the XNI pipeline.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HTMLEventInfo.SynthesizedItem
Synthesized infoset item.
|
| Modifier and Type | Method and Description |
|---|---|
Augmentations |
HTMLEventInfo.SynthesizedItem.clone()
Save to return this instance because it does not have state
|
protected Augmentations |
HTMLScanner.locationAugs() |
protected Augmentations |
HTMLTagBalancer.synthesizedAugs() |
protected Augmentations |
HTMLScanner.synthesizedAugs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTMLTagBalancer.callEndElement(QName element,
Augmentations augs) |
protected 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.
|
void |
HTMLTagBalancingListener.ignoredEndElement(QName element,
Augmentations augs) |
void |
HTMLTagBalancingListener.ignoredStartElement(QName elem,
XMLAttributes attrs,
Augmentations augs) |
void |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLWriterFilter.characters(XMLString text,
Augmentations augs)
Characters.
|
void |
DefaultFilter.characters(XMLString text,
Augmentations augs)
Characters.
|
void |
HTMLWriterFilter.comment(XMLString text,
Augmentations augs)
Comment.
|
void |
DefaultFilter.comment(XMLString text,
Augmentations augs)
Comment.
|
void |
DefaultFilter.doctypeDecl(String root,
String publicId,
String systemId,
Augmentations augs)
Doctype declaration.
|
void |
NamespaceBinder.emptyElement(QName element,
XMLAttributes attrs,
Augmentations augs)
Empty element.
|
void |
HTMLWriterFilter.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Empty element.
|
void |
DefaultFilter.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Empty element.
|
void |
DefaultFilter.endCDATA(Augmentations augs)
End CDATA section.
|
void |
DefaultFilter.endDocument(Augmentations augs)
End document.
|
void |
NamespaceBinder.endElement(QName element,
Augmentations augs)
End element.
|
void |
HTMLWriterFilter.endElement(QName element,
Augmentations augs)
End element.
|
void |
DefaultFilter.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 |
NamespaceBinder.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 |
DefaultFilter.startDocument(XMLLocator locator,
String encoding,
NamespaceContext nscontext,
Augmentations augs)
Start document.
|
void |
NamespaceBinder.startElement(QName element,
XMLAttributes attrs,
Augmentations augs)
Start element.
|
void |
HTMLWriterFilter.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Start element.
|
void |
DefaultFilter.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Start element.
|
void |
DefaultFilter.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
XML declaration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXMLDocumentParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
AbstractSAXParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
AbstractDOMParser.characters(XMLString text,
Augmentations augs)
Character content.
|
void |
AbstractXMLDocumentParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
AbstractSAXParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
AbstractDOMParser.comment(XMLString text,
Augmentations augs)
A comment.
|
void |
AbstractXMLDocumentParser.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 |
AbstractDOMParser.doctypeDecl(String rootElement,
String publicId,
String systemId,
Augmentations augs)
Notifies of the presence of the DOCTYPE line in the document.
|
void |
AbstractXMLDocumentParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
AbstractDOMParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
AbstractXMLDocumentParser.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
AbstractSAXParser.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
AbstractDOMParser.endCDATA(Augmentations augs)
The end of a CDATA section.
|
void |
AbstractXMLDocumentParser.endDocument(Augmentations augs)
The end of the document.
|
void |
AbstractSAXParser.endDocument(Augmentations augs)
The end of the document.
|
void |
AbstractDOMParser.endDocument(Augmentations augs)
The end of the document.
|
void |
AbstractXMLDocumentParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractSAXParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractDOMParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractXMLDocumentParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
AbstractSAXParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
AbstractDOMParser.processingInstruction(String target,
XMLString data,
Augmentations augs)
A processing instruction.
|
void |
AbstractXMLDocumentParser.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
AbstractSAXParser.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
AbstractDOMParser.startCDATA(Augmentations augs)
The start of a CDATA section.
|
void |
AbstractXMLDocumentParser.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 |
AbstractDOMParser.startDocument(XMLLocator locator,
String encoding,
NamespaceContext namespaceContext,
Augmentations augs)
The start of the document.
|
void |
AbstractXMLDocumentParser.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 |
AbstractDOMParser.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
void |
AbstractXMLDocumentParser.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 |
AbstractDOMParser.xmlDecl(String version,
String encoding,
String standalone,
Augmentations augs)
Notifies of the presence of an XMLDecl line in the document.
|
| Modifier and Type | Method and Description |
|---|---|
Augmentations |
Augmentations.clone()
Clones this Augmentation in case one has to keep the reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
Copyright © 2024 HtmlUnit. All rights reserved.