Class | Description |
---|---|
Attribute |
A single key + value attribute.
|
Attributes |
The attributes of an Element.
|
Attributes.Dataset | |
CDataNode |
A Character Data node, to support CDATA sections.
|
Comment |
A comment node.
|
DataNode |
A data node, for contents of style, script tags etc, where contents should not show in text().
|
Document |
A HTML Document.
|
Document.OutputSettings |
A Document's output settings control the form of the text() and html() methods.
|
DocumentType |
A
<!DOCTYPE> node. |
Element |
An HTML Element consists of a tag name, attributes, and child nodes (including text nodes and other elements).
|
Element.NodeList | |
Entities |
HTML entities, and escape routines.
|
EntitiesData |
Holds packed data that represents Entity name=value pairs.
|
FormElement |
A HTML Form Element provides ready access to the form fields/controls that are associated with it.
|
LeafNode | |
Node |
The base, abstract Node model.
|
Node.OuterHtmlVisitor | |
NodeUtils |
Internal helpers for Nodes, to keep the actual node APIs relatively clean.
|
PseudoTextElement | |
Range |
A Range object tracks the character positions in the original input source where a Node starts or ends.
|
Range.Position |
A Position object tracks the character position in the original input source where a Node starts or ends.
|
TextNode |
A text node.
|
XmlDeclaration |
An XML Declaration.
|
Enum | Description |
---|---|
Document.OutputSettings.Syntax |
The output serialization syntax.
|
Document.QuirksMode | |
Entities.CoreCharset | |
Entities.EscapeMode |