C# 클래스 Gumbo.Wrappers.GumboWrapper

상속: IDisposable, IXPathNavigable
파일 보기 프로젝트 열기: rgripper/GumboBindings 1 사용 예제들

공개 메소드들

메소드 설명
CreateNavigator ( ) : XPathNavigator
Dispose ( ) : void

Disposes all unmanaged data. Any subsequent calls to get nodes' children not previously marshalled will result in exception.

GetElementById ( string id ) : ElementWrapper
GumboWrapper ( string html, GumboWrapperOptions options = null ) : System
MarshalAll ( ) : void

Marshals all nodes. Does nothing if has already been called.

ToXDocument ( ) : System.Xml.Linq.XDocument

비공개 메소드들

메소드 설명
CreateOptions ( GumboWrapperOptions options ) : Gumbo.Bindings.GumboOptions
MarshalElementAndDescendants ( ElementWrapper element ) : void

메소드 상세

CreateNavigator() 공개 메소드

public CreateNavigator ( ) : XPathNavigator
리턴 System.Xml.XPath.XPathNavigator

Dispose() 공개 메소드

Disposes all unmanaged data. Any subsequent calls to get nodes' children not previously marshalled will result in exception.
public Dispose ( ) : void
리턴 void

GetElementById() 공개 메소드

public GetElementById ( string id ) : ElementWrapper
id string
리턴 ElementWrapper

GumboWrapper() 공개 메소드

public GumboWrapper ( string html, GumboWrapperOptions options = null ) : System
html string
options GumboWrapperOptions
리턴 System

MarshalAll() 공개 메소드

Marshals all nodes. Does nothing if has already been called.
public MarshalAll ( ) : void
리턴 void

ToXDocument() 공개 메소드

public ToXDocument ( ) : System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XDocument