C# Class O2.DotNetWrappers.ExtensionMethods.XML_Linq_ExtensionMethods

Datei anzeigen Open project: TeamMentor-OWASP/Master

Public Methods

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

Method Details

innerXml() public static method

public static innerXml ( this xElement ) : string
xElement this
return string

xDocument() public static method

public static xDocument ( this xml ) : System.Xml.Linq.XDocument
xml this
return System.Xml.Linq.XDocument

xRoot() public static method

public static xRoot ( this xml ) : System.Xml.Linq.XElement
xml this
return System.Xml.Linq.XElement