C# Class O2.DotNetWrappers.ExtensionMethods.XML_Linq_ExtensionMethods

Afficher le fichier Open project: TeamMentor-OWASP/Master

Méthodes publiques

Méthode Description
innerXml ( this xElement ) : string
xDocument ( this xml ) : System.Xml.Linq.XDocument
xRoot ( this xml ) : System.Xml.Linq.XElement

Method Details

innerXml() public static méthode

public static innerXml ( this xElement ) : string
xElement this
Résultat string

xDocument() public static méthode

public static xDocument ( this xml ) : System.Xml.Linq.XDocument
xml this
Résultat System.Xml.Linq.XDocument

xRoot() public static méthode

public static xRoot ( this xml ) : System.Xml.Linq.XElement
xml this
Résultat System.Xml.Linq.XElement