Class XMLNode
XMLNode
Method Index
new XMLNode()
addMenuItem(),
addMenuItemAt(),
addTreeNode(),
addTreeNodeAt(),
appendChild(),
cloneNode(),
getMenuItemAt(),
getTreeNodeAt(),
hasChildNodes(),
indexOf(),
insertBefore(),
removeMenuItem(),
removeMenuItemAt(),
removeNode(),
removeTreeNode(),
removeTreeNodeAt(),
toString()
Field Detail
attributes
childNodes
firstChild
lastChild
nextSibling
nodeName
nodeType
nodeValue
parentNode
previousSibling
Method Detail
appendChild
function appendChild(newChild:XMLNode):Void
hasChildNodes
function hasChildNodes():Boolean
insertBefore
function insertBefore(newChild:XMLNode, insertPoint:XMLNode):Void
removeNode
function removeNode():Void
toString
function toString():String
removeTreeNode
function removeTreeNode():XMLNode
removeMenuItem
function removeMenuItem():XMLNode