|
XML for Java 2.0.15 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
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.Text
nodes in the full depth of the sub-tree
underneath this Element
into a "normal" form where only
markup (e.g., tags, comments, processing instructions, CDATA sections,
and entity references) separates Text
nodes, i.e., there
are no adjacent Text
nodes.
|
XML for Java 2.0.15 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |