Clase XMLNode

Disponibilidad

Flash Player 5.

Descripción

La clase XMLnode admite las propiedades, los métodos y las colecciones siguientes; para más información sobre su sintaxis, consulte las entradas de la clase XML correspondientes.

Propiedad, método o colección

Entrada de la clase XML correspondiente

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()

Véase también

Clase XML