|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
newChild
to the end of the list of children
of this node.
newChild
to the end of the list of children
of this node.
Attr
of the given name.
CDATASection
node whose value is the specified
string.
org.w3c.dom.Comment
node given the specified string.
DocumentFragment
object.
EntityReference
object.
ProcessingInstruction
node given the specified
name and data strings.
Text
node given the specified string.
index
th item in the collection.
index
th item in the collection.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node
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.
NodeList
that contains all children of this node.
org.w3c.dom.DocumentType
)
associated with this document.
Element
whose ID
is given by
elementId
.
NodeList
of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element
tree.
NodeList
of all the Elements
with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document
tree.
NodeList
of all the descendant
Elements
with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element
tree.
NodeList
of all the Elements
with a
given local name and namespace URI in the order in which they are
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.
null
if there is none.
DOCTYPE
keyword.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
true
; otherwise, it is
false
.
true
when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
true
when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false
otherwise.
newChild
before the existing child node
refChild
.
index
th item in the collection.
index
th item in the collection.
index
th item in the map.
index
th item in the collection.
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.
oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
nodeName
attribute.
namespaceURI
and
localName
.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
offset
,
keeping both in the tree as siblings.
offset
,
keeping both in the tree as siblings.
NodeList
that contains all children of this node.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |