C# Class Formlets.CSharp.X

Afficher le fichier Open project: mausch/CsFormlets

Méthodes publiques

Méthode 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 méthode

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

E() public static méthode

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

Raw() public static méthode

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