C# 클래스 NSoup.Nodes.Comment

A comment node.
상속: NSoup.Nodes.Node
파일 보기 프로젝트 열기: milenstack/NSoup 1 사용 예제들

공개 메소드들

메소드 설명
Comment ( string data, string baseUri ) : System.Text

Create a new comment node.

GetData ( ) : string

Get the contents of the comment.

OuterHtmlHead ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void
OuterHtmlTail ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void
ToString ( ) : string

메소드 상세

Comment() 공개 메소드

Create a new comment node.
public Comment ( string data, string baseUri ) : System.Text
data string The contents of the comment
baseUri string base URI
리턴 System.Text

GetData() 공개 메소드

Get the contents of the comment.
public GetData ( ) : string
리턴 string

OuterHtmlHead() 공개 메소드

public OuterHtmlHead ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void
accum StringBuilder
depth int
output NSoup.Nodes.OutputSettings
리턴 void

OuterHtmlTail() 공개 메소드

public OuterHtmlTail ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void
accum StringBuilder
depth int
output NSoup.Nodes.OutputSettings
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string