메소드 | 설명 | |
---|---|---|
ToXDocument ( this xmlDocument ) : System.Xml.Linq.XDocument |
Converts XmlDocument class to XDocument class with LoadOptions.None.
|
|
ToXDocument ( this xmlDocument, LoadOptions loadOptions ) : System.Xml.Linq.XDocument |
Converts XmlDocument class to XDocument class.
|
public static ToXDocument ( this xmlDocument ) : System.Xml.Linq.XDocument | ||
xmlDocument | this | The XML document to convert. |
리턴 | System.Xml.Linq.XDocument |
public static ToXDocument ( this xmlDocument, LoadOptions loadOptions ) : System.Xml.Linq.XDocument | ||
xmlDocument | this | The XML document to convert. |
loadOptions | LoadOptions | A LoadOptions that specifies whether to load base URI and line information. |
리턴 | System.Xml.Linq.XDocument |