C# Class bc.flash.xml.AsXMLElement

Inheritance: bc.flash.xml.AsXML
Afficher le fichier Open project: weeeBox/oldies-bc-as3converter Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AsXMLElement ( String name ) : System
name String
Résultat System

appendAttribute() public méthode

public appendAttribute ( String name, String _value ) : bc.flash.xml.AsXML
name String
_value String
Résultat bc.flash.xml.AsXML

appendChild() public méthode

public appendChild ( bc child ) : bc.flash.xml.AsXML
child bc
Résultat bc.flash.xml.AsXML

attributeValue() public méthode

public attributeValue ( String arg ) : String
arg String
Résultat String

attributes() public méthode

public attributes ( ) : bc.flash.xml.AsXMLList
Résultat bc.flash.xml.AsXMLList

child() public méthode

public child ( String name ) : bc.flash.xml.AsXMLList
name String
Résultat bc.flash.xml.AsXMLList

children() public méthode

public children ( ) : bc.flash.xml.AsXMLList
Résultat bc.flash.xml.AsXMLList

contains() public méthode

public contains ( String name ) : bool
name String
Résultat bool

elements() public méthode

public elements ( ) : bc.flash.xml.AsXMLList
Résultat bc.flash.xml.AsXMLList

elements() public méthode

public elements ( String name ) : bc.flash.xml.AsXMLList
name String
Résultat bc.flash.xml.AsXMLList

hasOwnProperty() public méthode

public hasOwnProperty ( String name ) : bool
name String
Résultat bool

nodeKind() public méthode

public nodeKind ( ) : String
Résultat String