|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.
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.
Attr
node by local name and namespace URI.
Attr
node by local name and namespace URI.
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.
NamedNodeMap
containing the attributes of this element.
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
DocumentType
)
associated with this document.
Element
whose ID
is given by
elementId
.
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 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.
DOMImplementation
object that handles this document.
null
if it is
unspecified.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
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 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.
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
.
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.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |