03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Modifiers Property Description<br />

Properties inherited from class Object<br />

Method summary<br />

lastChild:XMLNode<br />

[read-only]<br />

nextSibling:XMLNode<br />

[read-only]<br />

An XMLNode value that references the last child in<br />

the node's child list.<br />

An XMLNode value that references the next<br />

sibling in the parent node's child list.<br />

nodeName:String A string representing the node name of the XML<br />

object.<br />

nodeType:Number<br />

[read-only]<br />

A nodeType value, either 1 for an XML element or 3<br />

for a text node.<br />

nodeValue:String The node value of the XML object.<br />

parentNode:XMLNode<br />

[read-only]<br />

previousSibling:XMLN<br />

ode [read-only]<br />

An XMLNode value that references the parent<br />

node of the specified XML object, or returns null<br />

if the node has no parent.<br />

An XMLNode value that references the previous<br />

sibling in the parent node's child list.<br />

constructor (Object.constructor property), __proto__ (Object.__proto__<br />

property), prototype (Object.prototype property), __resolve<br />

(Object.__resolve property)<br />

Modifiers Signature Description<br />

appendChild(newChild<br />

:XMLNode) : Void<br />

cloneNode(deep:Boole<br />

an) : XMLNode<br />

hasChildNodes() :<br />

Boolean<br />

insertBefore(newChil<br />

d:XMLNode,<br />

insertPoint:XMLNode)<br />

: Void<br />

Appends the specified node to the XML object's<br />

child list.<br />

Constructs <strong>and</strong> returns a new XML node of the<br />

same type, name, value, <strong>and</strong> attributes as the<br />

specified XML object.<br />

Specifies whether or not the XML object has child<br />

nodes.<br />

Inserts a newChild node into the XML object's<br />

child list, before the insertPoint node.<br />

XMLNode 697

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!