|
Common DOM API | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Node
using a name.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.NameList
interface provides the abstraction of an ordered
collection of parallel pairs of name and namespace values (which could be
null values), without defining or constraining how this collection is
implemented.DOMImplementationRegistry
.
NodeIterator
in the set.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
Node
which does not support
data.
Node
interface is the primary datatype for the entire
Document Object Model.Document.adoptNode()
.
Node.cloneNode()
.
Document.importNode()
.
Document.renameNode()
.
NodeIterators
are used to step through a set of nodes, e.g.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
Node
in a context
where it does not exist.
Notation
.
|
Common DOM API | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |