C# Class bc.flash.xml.AsXMLElement

Inheritance: bc.flash.xml.AsXML
Exibir arquivo Open project: weeeBox/oldies-bc-as3converter Class Usage Examples

Public Methods

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

Method Details

AsXMLElement() public method

public AsXMLElement ( String name ) : System
name String
return System

appendAttribute() public method

public appendAttribute ( String name, String _value ) : bc.flash.xml.AsXML
name String
_value String
return bc.flash.xml.AsXML

appendChild() public method

public appendChild ( bc child ) : bc.flash.xml.AsXML
child bc
return bc.flash.xml.AsXML

attributeValue() public method

public attributeValue ( String arg ) : String
arg String
return String

attributes() public method

public attributes ( ) : bc.flash.xml.AsXMLList
return bc.flash.xml.AsXMLList

child() public method

public child ( String name ) : bc.flash.xml.AsXMLList
name String
return bc.flash.xml.AsXMLList

children() public method

public children ( ) : bc.flash.xml.AsXMLList
return bc.flash.xml.AsXMLList

contains() public method

public contains ( String name ) : bool
name String
return bool

elements() public method

public elements ( ) : bc.flash.xml.AsXMLList
return bc.flash.xml.AsXMLList

elements() public method

public elements ( String name ) : bc.flash.xml.AsXMLList
name String
return bc.flash.xml.AsXMLList

hasOwnProperty() public method

public hasOwnProperty ( String name ) : bool
name String
return bool

nodeKind() public method

public nodeKind ( ) : String
return String