Méthode | Description | |
---|---|---|
AsString ( this reader ) : string |
Converts an XmlReader to a string.
|
|
AsXmlReader ( this input ) : |
Converts a string to an XmlReader.
|
|
AsXmlReader ( this input, bool isInteractive ) : |
Converts a string to an XmlReader.
|
|
ToXDocument ( this document ) : System.Xml.Linq.XDocument |
Converts a XmlDocument to a XDocument.
|
|
ToXElement ( this element ) : System.Xml.Linq.XElement |
Converts a XmlElement to a XElement.
|
|
ToXmlDocument ( this document ) : |
Converts a XDocument to a XmlDocument.
|
|
ToXmlElement ( this element ) : |
Converts a XElement to a XmlElement.
|
public static AsString ( this reader ) : string | ||
reader | this | The reader. |
Résultat | string |
public static AsXmlReader ( this input ) : |
||
input | this | The input string. |
Résultat |
public static AsXmlReader ( this input, bool isInteractive ) : |
||
input | this | The input. |
isInteractive | bool | if set to |
Résultat |
public static ToXDocument ( this document ) : System.Xml.Linq.XDocument | ||
document | this | The XmlDocument. |
Résultat | System.Xml.Linq.XDocument |
public static ToXElement ( this element ) : System.Xml.Linq.XElement | ||
element | this | The XmlElement. |
Résultat | System.Xml.Linq.XElement |
public static ToXmlDocument ( this document ) : |
||
document | this | The XDocument. |
Résultat |
public static ToXmlElement ( this element ) : |
||
element | this | The XElement. |
Résultat |