Main Page | Packages | Class Tree | Index | Help

<root>

class XMLNode

Object
  |
  +--XMLNode

All Known Subclasses: XML

intrinsic class XMLNode
extends Object

ActionScript Standard Library XML Document Object Model



Field Summary


attributes: Object



childNodes: Array



firstChild: XMLNode



lastChild: XMLNode



nextSibling: XMLNode



nodeName: String



nodeType: Number



nodeValue: String



parentNode: XMLNode



previousSibling: XMLNode


Fields inherited from class Object

__proto__, constructor, prototype

Constructor


XMLNode ( type: Number, value: String)


Method Summary


addMenuItem ( arg: Object ): XMLNode
Menu Mixins


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



addTreeNode ( arg1: Object, arg2: Object ): XMLNode
Tree Mixins


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



appendChild ( newChild: XMLNode ): Void



cloneNode ( deep: Boolean ): XMLNode



getMenuItemAt ( index: Number ): XMLNode



getTreeNodeAt ( index: Number ): XMLNode



hasChildNodes ( ): Boolean



indexOf ( node: XMLNode ): Number



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



removeMenuItem ( ): XMLNode



removeMenuItemAt ( index: Number ): XMLNode



removeNode ( ): Void



removeTreeNode ( ): XMLNode



removeTreeNodeAt ( index: Number ): XMLNode



toString ( ): String


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

attributes

var attributes: Object

childNodes

var childNodes: Array

firstChild

var firstChild: XMLNode

lastChild

var lastChild: XMLNode

nextSibling

var nextSibling: XMLNode

nodeName

var nodeName: String

nodeType

var nodeType: Number

nodeValue

var nodeValue: String

parentNode

var parentNode: XMLNode

previousSibling

var previousSibling: XMLNode

Constructor Documentation

XMLNode

function XMLNode(type: Number,
 value: String)

Method Documentation

addMenuItem

function addMenuItem(arg: Object): XMLNode
Menu Mixins

addMenuItemAt

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

addTreeNode

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

addTreeNodeAt

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

appendChild

function appendChild(newChild: XMLNode): Void

cloneNode

function cloneNode(deep: Boolean): XMLNode

getMenuItemAt

function getMenuItemAt(index: Number): XMLNode

getTreeNodeAt

function getTreeNodeAt(index: Number): XMLNode

hasChildNodes

function hasChildNodes(): Boolean

indexOf

function indexOf(node: XMLNode): Number

insertBefore

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

removeMenuItem

function removeMenuItem(): XMLNode

removeMenuItemAt

function removeMenuItemAt(index: Number): XMLNode

removeNode

function removeNode(): Void

removeTreeNode

function removeTreeNode(): XMLNode

removeTreeNodeAt

function removeTreeNodeAt(index: Number): XMLNode

toString

function toString(): String
Overrides:


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc