C# Class Formlets.CSharp.X

Datei anzeigen Open project: mausch/CsFormlets

Public Methods

Method Description
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

Method Details

A() public static method

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

E() public static method

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

Raw() public static method

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