| Class | Description |
|---|---|
| DTMAxisIteratorBase |
This class serves as a default base for implementations of mutable DTMAxisIterators.
|
| DTMChildIterNodeList |
DTMNodeList gives us an implementation of the DOM's NodeList interface wrapped
around a DTM Iterator. |
| DTMDefaultBase |
The
DTMDefaultBase class serves as a helper base for DTMs. |
| DTMDefaultBaseIterators |
This class implements the traversers for DTMDefaultBase.
|
| DTMDefaultBaseIterators.InternalAxisIteratorBase |
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of
DTMAxisIterator.
|
| DTMDefaultBaseTraversers |
This class implements the traversers for DTMDefaultBase.
|
| DTMManagerDefault |
The default implementation for the DTMManager.
|
| DTMNamedNodeMap |
DTMNamedNodeMap is a quickie (as opposed to quick) implementation of the DOM's NamedNodeMap
interface, intended to support DTMProxy's getAttributes() call.
|
| DTMNodeIterator |
DTMNodeIterator gives us an implementation of the DTMNodeIterator which returns DOM
nodes. |
| DTMNodeList |
DTMNodeList gives us an implementation of the DOM's NodeList interface wrapped
around a DTM Iterator. |
| DTMNodeListBase |
DTMNodeList gives us an implementation of the DOM's NodeList interface wrapped
around a DTM Iterator. |
| DTMNodeProxy |
DTMNodeProxy presents a DOM Node API front-end to the DTM model. |
| ExpandedNameTable |
This is a default implementation of a table that manages mappings from expanded names to
expandedNameIDs.
|
| ExtendedType |
The class ExtendedType represents an extended type object used by ExpandedNameTable.
|
| Exception | Description |
|---|---|
| DTMNamedNodeMap.DTMException |
Simple implementation of DOMException.
|
Copyright © 2022–2025 HtmlUnit. All rights reserved.