C# 클래스 Gumbo.GumboExtensions

파일 보기 프로젝트 열기: rgripper/GumboBindings 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributes ( this node ) : IEnumerable
GetChildren ( this node ) : IEnumerable
GetDocument ( this output ) : GumboDocumentNode
GetErrors ( this output ) : IEnumerable
GetRoot ( this output ) : GumboElementNode
MarshalToString ( this stringPiece ) : string

비공개 메소드들

메소드 설명
MarshalToPtrArray ( GumboVector vector ) : System.IntPtr[]
MarshalToSpecificErrorContainer ( IntPtr errorPointer ) : GumboErrorContainer
MarshalToSpecificNode ( IntPtr nodePointer ) : GumboNode

Dealing with C unions, we need a two-step marshalling to get an actual instance.

메소드 상세

GetAttributes() 공개 정적인 메소드

public static GetAttributes ( this node ) : IEnumerable
node this
리턴 IEnumerable

GetChildren() 공개 정적인 메소드

public static GetChildren ( this node ) : IEnumerable
node this
리턴 IEnumerable

GetDocument() 공개 정적인 메소드

public static GetDocument ( this output ) : GumboDocumentNode
output this
리턴 GumboDocumentNode

GetErrors() 공개 정적인 메소드

public static GetErrors ( this output ) : IEnumerable
output this
리턴 IEnumerable

GetRoot() 공개 정적인 메소드

public static GetRoot ( this output ) : GumboElementNode
output this
리턴 GumboElementNode

MarshalToString() 공개 정적인 메소드

public static MarshalToString ( this stringPiece ) : string
stringPiece this
리턴 string