C# Class Gumbo.GumboOutput

Datei anzeigen Open project: rgripper/GumboBindings Class Usage Examples

Public Properties

Property Type Description
document System.IntPtr
errors GumboVector
root System.IntPtr

Property Details

document public_oe property

Pointer to the document node. This is a GumboNode of type NODE_DOCUMENT that contains the entire document as its child.
public IntPtr,System document
return System.IntPtr

errors public_oe property

A list of errors that occurred during the parse. NOTE: In version 1.0 of this library, the API for errors hasn't been fully fleshed out and may change in the future. For this reason, the GumboError header isn't part of the public API. Contact us if you need errors reported so we can work out something appropriate for your use-case.
public GumboVector,Gumbo errors
return GumboVector

root public_oe property

Pointer to the root node. This the <html> tag that forms the root of the document.
public IntPtr,System root
return System.IntPtr