Method | Description | |
---|---|---|
AsXMLElement ( String name ) : System | ||
appendAttribute ( String name, String _value ) : bc.flash.xml.AsXML | ||
appendChild ( bc child ) : bc.flash.xml.AsXML | ||
attributeValue ( String arg ) : String | ||
attributes ( ) : bc.flash.xml.AsXMLList | ||
child ( String name ) : bc.flash.xml.AsXMLList | ||
children ( ) : bc.flash.xml.AsXMLList | ||
contains ( String name ) : bool | ||
elements ( ) : bc.flash.xml.AsXMLList | ||
elements ( String name ) : bc.flash.xml.AsXMLList | ||
hasOwnProperty ( String name ) : bool | ||
nodeKind ( ) : String |
public appendAttribute ( String name, String _value ) : bc.flash.xml.AsXML | ||
name | String | |
_value | String | |
return | bc.flash.xml.AsXML |
public appendChild ( bc child ) : bc.flash.xml.AsXML | ||
child | bc | |
return | bc.flash.xml.AsXML |
public attributeValue ( String arg ) : String | ||
arg | String | |
return | String |
public attributes ( ) : bc.flash.xml.AsXMLList | ||
return | bc.flash.xml.AsXMLList |
public child ( String name ) : bc.flash.xml.AsXMLList | ||
name | String | |
return | bc.flash.xml.AsXMLList |
public elements ( String name ) : bc.flash.xml.AsXMLList | ||
name | String | |
return | bc.flash.xml.AsXMLList |