|
XML for Java 2.0.15 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Attr
node by name.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
NodeList
that contains all children of this node.
DocumentType
) associated
with this document.
NodeList
of all descendant elements with a given
tag name, in the order in which they would be encountered in a preorder
traversal of the Element
tree.
NodeList
of all the Element
s with a
given tag name in the order in which they would be encountered in a
preorder traversal of the Document
tree.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
DOMImplementation
object that handles this document.
data
and
the substringData
method below.
Locator
object.
Locator
object for the parser to use.
DOCTYPE
keyword.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
InputSource
that we are processing.
true
; otherwise, it is false
.
InputSource
that we are processing.
|
XML for Java 2.0.15 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |