C# 클래스 NBoilerpipePortable.Util.SgmlDomBuilder

파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
BuildDocument ( string htmlContent ) : System.Xml.Linq.XDocument

Constructs a DOM (System.Xml.Linq.XDocument) from HTML markup.

GetBody ( System.Xml.Linq.XDocument document ) : System.Xml.Linq.XElement

비공개 메소드들

메소드 설명
LoadDocument ( string htmlContent ) : System.Xml.Linq.XDocument

메소드 상세

BuildDocument() 공개 정적인 메소드

Constructs a DOM (System.Xml.Linq.XDocument) from HTML markup.
public static BuildDocument ( string htmlContent ) : System.Xml.Linq.XDocument
htmlContent string HTML markup from which the DOM is to be constructed.
리턴 System.Xml.Linq.XDocument

GetBody() 공개 정적인 메소드

public static GetBody ( System.Xml.Linq.XDocument document ) : System.Xml.Linq.XElement
document System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XElement