|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Attr
node by name.
Attr
node by name.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
DocumentType
) associated
with this document.
DocumentType
) associated
with this document.
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.
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 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.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
DOMImplementation
object that handles this document.
DOMImplementation
object that handles this document.
data
and
the substringData
method below.
data
and
the substringData
method below.
DOCTYPE
keyword.
DOCTYPE
keyword.
new OrCriteria( new NodeNameCriteria( "aa" ), new NodeNameCriteria( "bb" ) )
for
returning 'aa' or 'bb' node.
new OrCriteria( new NodeNameCriteria( "aa" ), new NodeNameCriteria( "bb" ) )
for
returning 'aa' or 'bb' node.
NamedNodeMap
containing the notations declared in the
DTD.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
Document
object associated with this node.
true
; otherwise, it is false
.
true
; otherwise, it is false
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |