User Guide

XMLNode 739
Property summary
Properties inherited from class Object
Modifiers Property Description
attributes:Object An object containing all of the attributes of the
specified XML instance.
childNodes:Array [read-only] An array of the specified XML object's
children.
firstChild:XMLNode [read-only] Evaluates the specified XML object and
references the first child in the parent node's
child list.
lastChild:XMLNode [read-only] An XMLNode value that references the last
child in the node's child list.
nextSibling:XMLNode [read-
only]
An XMLNode value that references the next
sibling in the parent node's child list.
nodeName:String A string representing the node name of the
XML object.
nodeType:Number [read-only] A nodeType value, either 1 for an XML
element or 3 for a text node.
nodeValue:String The node value of the XML object.
parentNode:XMLNode [read-only] An XMLNode value that references the
parent node of the specified XML object, or
returns null if the node has no parent.
previousSibling:XMLNode
[read-only]
An XMLNode value that references the
previous sibling in the parent node's child list.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)