Main Page | Packages | Class Tree | Index | Help

<root>

class XML

Object
  |
  +--XMLNode
        |
        +--XML


intrinsic class XML
extends XMLNode

ActionScript Standard Library XML Document Object Model



Field Summary


contentType: String



docTypeDecl: String



ignoreWhite: Boolean



loaded: Boolean



status: Number



xmlDecl: String


Fields inherited from class XMLNode

attributes, childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, parentNode, previousSibling

Fields inherited from class Object

__proto__, constructor, prototype

Constructor


XML ( text: String)


Method Summary


addRequestHeader ( header: Object, headerValue: String ): Void



createElement ( name: String ): XMLNode



createTextNode ( value: String ): XMLNode



getBytesLoaded ( ): Number



getBytesTotal ( ): Number



getRequestHeader ( key: String ): Object



getRequestHeaders ( ): Object
Central APIs


getResponseBody ( ): Object



getResponseHeader ( key: String ): Object



getResponseHeaders ( ): Object



load ( url: String ): Boolean



onData ( src: String ): Void



onLoad ( success: Boolean ): Void



parseXML ( value: String ): Void



send ( url: String, target: String, method: String ): Boolean



sendAndLoad ( url: String, resultXML ): Void


Methods inherited from class XMLNode

addMenuItem, addMenuItemAt, addTreeNode, addTreeNodeAt, appendChild, cloneNode, getMenuItemAt, getTreeNodeAt, hasChildNodes, indexOf, insertBefore, removeMenuItem, removeMenuItemAt, removeNode, removeTreeNode, removeTreeNodeAt, toString

Methods inherited from class Object

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



Field Documentation

contentType

var contentType: String

docTypeDecl

var docTypeDecl: String

ignoreWhite

var ignoreWhite: Boolean

loaded

var loaded: Boolean

status

var status: Number

xmlDecl

var xmlDecl: String

Constructor Documentation

XML

function XML(text: String)

Method Documentation

addRequestHeader

function addRequestHeader(header: Object,
 headerValue: String): Void

createElement

function createElement(name: String): XMLNode

createTextNode

function createTextNode(value: String): XMLNode

getBytesLoaded

function getBytesLoaded(): Number

getBytesTotal

function getBytesTotal(): Number

getRequestHeader

function getRequestHeader(key: String): Object

getRequestHeaders

function getRequestHeaders(): Object
Central APIs

getResponseBody

function getResponseBody(): Object

getResponseHeader

function getResponseHeader(key: String): Object

getResponseHeaders

function getResponseHeaders(): Object

load

function load(url: String): Boolean

onData

function onData(src: String): Void

onLoad

function onLoad(success: Boolean): Void

parseXML

function parseXML(value: String): Void

send

function send(url: String,
 target: String,
 method: String): Boolean

sendAndLoad

function sendAndLoad(url: String,
 resultXML): Void

The documentation was generated from the following file:


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