XMLNode 类

可用性

Flash Player 5。

说明

XMLnode 类支持以下属性、方法和集合;有关它们的用法的信息,请参见相应的 XML 类
条目。

属性、方法或集合

相应的 XML 类条目

appendChild() XML.appendChild()
attributes XML.attributes
childNodes XML.childNodes
cloneNode() XML.cloneNode()
firstChild XML.firstChild
hasChildNodes() XML.hasChildNodes()
insertBefore() XML.insertBefore()
lastChild XML.lastChild
nextSibling XML.nextSibling
nodeName XML.nodeName
nodeType XML.nodeType
nodeValue XML.nodeValue
parentNode XML.parentNode
previousSibling XML.previousSibling
removeNode() XML.removeNode()
toString() XML.toString()

另请参见

XML 类