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):VoidhasChildNodes
function hasChildNodes():BooleaninsertBefore
function insertBefore(newChild:XMLNode, insertPoint:XMLNode):VoidremoveNode
function removeNode():VoidtoString
function toString():StringremoveTreeNode
function removeTreeNode():XMLNoderemoveMenuItem
function removeMenuItem():XMLNode