Runtime Type : Types : XMLElement
Changes Locked Out for Planned Maintenance Page Status: Beta
Class Description
Back to Runtime TypesInherits 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
getAllChildrenByAttrNamefunction 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 descriptionSyntaxgetAllChildrenByAttrValue( [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 descriptionSyntaxgetAttribute( [in] string name, [out] XMLAttribute result )Parameters</strong>
- name
- argument description
- result
- argument description
getChild<p> function descriptionSyntaxgetChild( [in] string name, [out] XMLElement result )Parameters</strong>
- name
- argument description
- result
- argument description
getChildByAttrName<p> function descriptionSyntaxgetChildByAttrName( [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 descriptionSyntaxgetChildByAttrValue( [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 descriptionSyntaxsetAttribute( [in] XMLAttribute value )Parameters</strong>
- value
- argument description
setChild<p> function descriptionSyntaxsetChild( [in] XMLElement value )Parameters</strong>
- value
- argument description



