C# 클래스 TagLib.Xmp.XmlNodeExtensions

파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

메소드 설명
In ( this node, string ns ) : bool
Is ( this node, string ns, string name ) : bool
IsCoreSyntax ( this node ) : bool
IsNodeElement ( this node ) : bool
IsOld ( this node ) : bool
IsPropertyAttribute ( this node ) : bool
IsPropertyElement ( this node ) : bool

메소드 상세

In() 공개 정적인 메소드

public static In ( this node, string ns ) : bool
node this
ns string
리턴 bool

Is() 공개 정적인 메소드

public static Is ( this node, string ns, string name ) : bool
node this
ns string
name string
리턴 bool

IsCoreSyntax() 공개 정적인 메소드

public static IsCoreSyntax ( this node ) : bool
node this
리턴 bool

IsNodeElement() 공개 정적인 메소드

public static IsNodeElement ( this node ) : bool
node this
리턴 bool

IsOld() 공개 정적인 메소드

public static IsOld ( this node ) : bool
node this
리턴 bool

IsPropertyAttribute() 공개 정적인 메소드

public static IsPropertyAttribute ( this node ) : bool
node this
리턴 bool

IsPropertyElement() 공개 정적인 메소드

public static IsPropertyElement ( this node ) : bool
node this
리턴 bool