C# 클래스 bc.flash.xml.AsXMLElement

상속: bc.flash.xml.AsXML
파일 보기 프로젝트 열기: weeeBox/oldies-bc-as3converter 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AsXMLElement() 공개 메소드

public AsXMLElement ( String name ) : System
name String
리턴 System

appendAttribute() 공개 메소드

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

appendChild() 공개 메소드

public appendChild ( bc child ) : bc.flash.xml.AsXML
child bc
리턴 bc.flash.xml.AsXML

attributeValue() 공개 메소드

public attributeValue ( String arg ) : String
arg String
리턴 String

attributes() 공개 메소드

public attributes ( ) : bc.flash.xml.AsXMLList
리턴 bc.flash.xml.AsXMLList

child() 공개 메소드

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

children() 공개 메소드

public children ( ) : bc.flash.xml.AsXMLList
리턴 bc.flash.xml.AsXMLList

contains() 공개 메소드

public contains ( String name ) : bool
name String
리턴 bool

elements() 공개 메소드

public elements ( ) : bc.flash.xml.AsXMLList
리턴 bc.flash.xml.AsXMLList

elements() 공개 메소드

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

hasOwnProperty() 공개 메소드

public hasOwnProperty ( String name ) : bool
name String
리턴 bool

nodeKind() 공개 메소드

public nodeKind ( ) : String
리턴 String