C# 클래스 MorseCode.CsJs.Xml.XmlExtensionMethods

파일 보기 프로젝트 열기: jam40jeff/CsJs

공개 메소드들

메소드 설명
AsXmlAttribute ( this node ) : XmlAttribute
AsXmlDocument ( this node ) : XmlDocument
AsXmlText ( this node ) : XmlText
IsXmlAttribute ( this node ) : bool
IsXmlDocument ( this node ) : bool
IsXmlText ( this node ) : bool

메소드 상세

AsXmlAttribute() 공개 정적인 메소드

public static AsXmlAttribute ( this node ) : XmlAttribute
node this
리턴 System.Xml.XmlAttribute

AsXmlDocument() 공개 정적인 메소드

public static AsXmlDocument ( this node ) : XmlDocument
node this
리턴 System.Xml.XmlDocument

AsXmlText() 공개 정적인 메소드

public static AsXmlText ( this node ) : XmlText
node this
리턴 System.Xml.XmlText

IsXmlAttribute() 공개 정적인 메소드

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

IsXmlDocument() 공개 정적인 메소드

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

IsXmlText() 공개 정적인 메소드

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