Runtime Type : Types : XMLElement

Changes Locked Out for Planned Maintenance
Page Status: Beta
Jump to: navigation, search

Class Description

Back to Runtime Types
Inherits From

root→Object→XMLElement

Contents
Fields
Collection(XMLAttribute) attributes field description
Collection(XMLElement) children field description
string content field description
string name field description
Function Summary
getAllChildrenByAttrName function description
getAllChildrenByAttrValue function description
getAttribute function description
getChild function description
getChildByAttrName function description
getChildByAttrValue function description
setAttribute function description
setChild function description
Function Detail
getAllChildrenByAttrName

function description </blockquote>Syntax

getAllChildrenByAttrName( [in] string attrName, [in] string childName, [out] Collection(XMLElement) children )
Parameters</strong>
attrName
argument description
childName
argument description
children
argument description

getAllChildrenByAttrValue
<p> function description
Syntax
getAllChildrenByAttrValue( [in] string attrValue, [in] string childName, [out] Collection(XMLElement) children, [in] string attrName )
Parameters</strong>
attrValue
argument description
childName
argument description
children
argument description
attrName
argument description

getAttribute
<p> function description
Syntax
getAttribute( [in] string name, [out] XMLAttribute result )
Parameters</strong>
name
argument description
result
argument description

getChild
<p> function description
Syntax
getChild( [in] string name, [out] XMLElement result )
Parameters</strong>
name
argument description
result
argument description

getChildByAttrName
<p> function description
Syntax
getChildByAttrName( [in] string childName, [in] string attrName, [out] XMLElement childElem, [out] XMLAttribute attr )
Parameters</strong>
childName
argument description
attrName
argument description
childElem
argument description
attr
argument description

getChildByAttrValue
<p> function description
Syntax
getChildByAttrValue( [in] string childName, [in] string attrName, [in] string attrValue, [out] XMLElement childElem, [out] XMLAttribute attr )
Parameters</strong>
childName
argument description
attrName
argument description
attrValue
argument description
childElem
argument description
attr
argument description

setAttribute
<p> function description
Syntax
setAttribute( [in] XMLAttribute value )
Parameters</strong>
value
argument description

setChild
<p> function description
Syntax
setChild( [in] XMLElement value )
Parameters</strong>
value
argument description

    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.