|
Common DOM API | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Notation
.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.Node
interface is the primary datatype for the entire
Document Object Model.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Node
using a name.
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.
|
Common DOM API | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |