C# 클래스 Formlets.CSharp.X

파일 보기 프로젝트 열기: mausch/CsFormlets

공개 메소드들

메소드 설명
A ( string name, string value ) : System.Xml.Linq.XAttribute

Shortcut to build a XAttribute

E ( string name ) : System.Xml.Linq.XElement

Shortcut to build a XElement

Raw ( string xml ) : System.Xml.Linq.XNode[]

Parses raw xml

메소드 상세

A() 공개 정적인 메소드

Shortcut to build a XAttribute
public static A ( string name, string value ) : System.Xml.Linq.XAttribute
name string
value string
리턴 System.Xml.Linq.XAttribute

E() 공개 정적인 메소드

Shortcut to build a XElement
public static E ( string name ) : System.Xml.Linq.XElement
name string
리턴 System.Xml.Linq.XElement

Raw() 공개 정적인 메소드

Parses raw xml
public static Raw ( string xml ) : System.Xml.Linq.XNode[]
xml string
리턴 System.Xml.Linq.XNode[]