Class XMLNode

XMLNode

Field Index

attributes, childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, parentNode, previousSibling

Method Index

new XMLNode()

addMenuItem(), addMenuItemAt(), addTreeNode(), addTreeNodeAt(), appendChild(), cloneNode(), getMenuItemAt(), getTreeNodeAt(), hasChildNodes(), indexOf(), insertBefore(), removeMenuItem(), removeMenuItemAt(), removeNode(), removeTreeNode(), removeTreeNodeAt(), toString()

Constructor Detail

XMLNode

function XMLNode(type:
Number, value:String)

Field Detail

attributes

attributes:Object

childNodes

childNodes:Array

firstChild

firstChild:XMLNode

lastChild

lastChild:XMLNode

nextSibling

nextSibling:XMLNode

nodeName

nodeName:String

nodeType

nodeType:Number

nodeValue

nodeValue:String

parentNode

parentNode:XMLNode

previousSibling

previousSibling:XMLNode

Method Detail

appendChild

function appendChild(newChild:
XMLNode):Void

cloneNode

function cloneNode(deep:
Boolean):XMLNode

hasChildNodes

function hasChildNodes():
Boolean

insertBefore

function insertBefore(newChild:
XMLNode, insertPoint:XMLNode):Void

removeNode

function removeNode():Void

toString

function toString():
String

addTreeNode

function addTreeNode(arg1:
Object, arg2:Object):XMLNode

addTreeNodeAt

function addTreeNodeAt(index:
Number, arg1:Object, arg2:Object):XMLNode

getTreeNodeAt

function getTreeNodeAt(index:
Number):XMLNode

removeTreeNode

function removeTreeNode():
XMLNode

removeTreeNodeAt

function removeTreeNodeAt(index:
Number):XMLNode

addMenuItem

function addMenuItem(arg:
Object):XMLNode

addMenuItemAt

function addMenuItemAt(index:
Number, arg:Object):XMLNode

getMenuItemAt

function getMenuItemAt(index:
Number):XMLNode

indexOf

function indexOf(node:
XMLNode):Number

removeMenuItem

function removeMenuItem():
XMLNode

removeMenuItemAt

function removeMenuItemAt(index:
Number):XMLNode