MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 167

Server-side actionscript language reference
Table of Contents

Advertisement

Property summary for the XML class
Property
XML.attributes
XML.childNodes
XML.contentType
XML.docTypeDecl
XML.firstChild
XML.ignoreWhite
XML.lastChild
XML.loaded
XML.localName
XML.namespaceURI
XML.nextSibling
XML.nodeName
XML.nodeType
XML.nodeValue
XML.parentNode
XML.prefix
XML.previousSibling
XML.status
XML.xmlDecl
Description
An object that contains all the attributes of the specified
XML object.
Read-only; an array of the specified XML object's children. Each
element in the array is a reference to an XML object that represents
a child node.
The MIME type transmitted to the server.
Sets and returns information about an XML document's
declaration.
DOCTYPE
Read-only; references the first child in the list for the specified node.
When set to
, discards, during the parsing process, text nodes
true
that contain only white space.
Read-only; references the last child in the list for the specified node.
Checks whether the specified XML object has loaded.
Read-only; the local name portion of the XML node's name.
Read-only; if the XML node has a prefix,
of the xmlns declaration for that prefix (the URI), which is typically
called the namespace URI.
Read-only; references the next sibling in the parent node's child list.
The node name of an XML object.
Read-only; the type of the specified node (XML element or
text node).
The text of the specified node if the node is a text node.
Read-only; references the parent node of the specified node.
Read-only; the prefix portion of the XML node name.
Read-only; references the previous sibling in the parent node's child
list.
A numeric status code that indicates the success or failure of an
XML document parsing operation.
Specifies information about a document's XML declaration.
is the value
namespaceURI
XML class
167

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash media server 2

Table of Contents