Method | Description | |
---|---|---|
CreateNavigator ( ) : |
||
Dispose ( ) : void |
Disposes all unmanaged data. Any subsequent calls to get nodes' children not previously marshalled will result in exception.
|
|
GetElementById ( string id ) : |
||
GumboWrapper ( string html, |
||
MarshalAll ( ) : void |
Marshals all nodes. Does nothing if has already been called.
|
|
ToXDocument ( ) : System.Xml.Linq.XDocument |
Method | Description | |
---|---|---|
CreateOptions ( |
||
MarshalElementAndDescendants ( |
public CreateNavigator ( ) : |
||
return |
public GetElementById ( string id ) : |
||
id | string | |
return |
public GumboWrapper ( string html, |
||
html | string | |
options | ||
return | System |
public ToXDocument ( ) : System.Xml.Linq.XDocument | ||
return | System.Xml.Linq.XDocument |