C# 클래스 Bender.Nodes.Xml.XmlExtensions

파일 보기 프로젝트 열기: mikeobrien/Bender

공개 메소드들

메소드 설명
CreateAttribute ( this element, System.Xml.Linq.XName name ) : System.Xml.Linq.XAttribute
CreateElement ( this element, System.Xml.Linq.XName name ) : System.Xml.Linq.XElement
GetPath ( this node ) : string
Transform ( this element, string xsl ) : System.Xml.Linq.XElement

메소드 상세

CreateAttribute() 공개 정적인 메소드

public static CreateAttribute ( this element, System.Xml.Linq.XName name ) : System.Xml.Linq.XAttribute
element this
name System.Xml.Linq.XName
리턴 System.Xml.Linq.XAttribute

CreateElement() 공개 정적인 메소드

public static CreateElement ( this element, System.Xml.Linq.XName name ) : System.Xml.Linq.XElement
element this
name System.Xml.Linq.XName
리턴 System.Xml.Linq.XElement

GetPath() 공개 정적인 메소드

public static GetPath ( this node ) : string
node this
리턴 string

Transform() 공개 정적인 메소드

public static Transform ( this element, string xsl ) : System.Xml.Linq.XElement
element this
xsl string
리턴 System.Xml.Linq.XElement