C# 클래스 MonoDevelop.StyleCop.XmlDocumentExtension

Extension class to extend the XmlDocument class
파일 보기 프로젝트 열기: DarkCloud14/MonoDevelop.StyleCop

공개 메소드들

메소드 설명
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.

메소드 상세

ToXDocument() 공개 정적인 메소드

Converts XmlDocument class to XDocument class with LoadOptions.None.
public static ToXDocument ( this xmlDocument ) : System.Xml.Linq.XDocument
xmlDocument this The XML document to convert.
리턴 System.Xml.Linq.XDocument

ToXDocument() 공개 정적인 메소드

Converts XmlDocument class to XDocument class.
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