| Package | Description |
|---|---|
| org.htmlunit.cyberneko.html.dom |
Dom implementation of all supported HTML elements.
|
| org.htmlunit.cyberneko.parsers |
The different supported parsers.
|
| org.htmlunit.cyberneko.xerces.dom |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| org.htmlunit.cyberneko.xerces.parsers |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| Class and Description |
|---|
| ChildNode
ChildNode inherits from NodeImpl and adds the capability of being a child by
having references to its previous and next siblings.
|
| CoreDocumentImpl
The Document interface represents the entire HTML or XML document.
|
| DeepNodeListImpl
This class implements the DOM's NodeList behavior for
Element.getElementsByTagName()
The DOM describes NodeList as follows:
1) It may represent EITHER nodes scattered through a subtree (when returned
by Element.getElementsByTagName), or just the immediate children (when
returned by Node.getChildNodes).
|
| DocumentImpl
The Document interface represents the entire HTML or XML document.
|
| DOMImplementationImpl
The DOMImplementation class is description of a particular implementation of
the Document Object Model.
|
| ElementImpl
Elements represent most of the "markup" and structure of the document.
|
| NodeImpl
NodeImpl provides the basic structure of a DOM tree.
|
| ParentNode
ParentNode inherits from ChildNode and adds the capability of having child
nodes.
|
| Class and Description |
|---|
| DocumentImpl
The Document interface represents the entire HTML or XML document.
|
| Class and Description |
|---|
| AttributeMap
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the
specifics of storing attributes.
|
| AttrImpl
Attribute represents an XML-style attribute of an Element.
|
| CharacterDataImpl
CharacterData is an abstract Node that can carry character data as its Value.
|
| ChildNode
ChildNode inherits from NodeImpl and adds the capability of being a child by
having references to its previous and next siblings.
|
| CoreDocumentImpl
The Document interface represents the entire HTML or XML document.
|
| ElementImpl
Elements represent most of the "markup" and structure of the document.
|
| NamedNodeMapImpl
NamedNodeMaps represent collections of Nodes that can be accessed by name.
|
| NodeImpl
NodeImpl provides the basic structure of a DOM tree.
|
| ParentNode
ParentNode inherits from ChildNode and adds the capability of having child
nodes.
|
| TextImpl
Text nodes hold the non-markup, non-Entity content of an Element or
Attribute.
|
| Class and Description |
|---|
| CoreDocumentImpl
The Document interface represents the entire HTML or XML document.
|
| DocumentImpl
The Document interface represents the entire HTML or XML document.
|
Copyright © 2025 HtmlUnit. All rights reserved.