C# Class Gumbo.GumboNode

Show file Open project: rgripper/GumboBindings Class Usage Examples

Public Properties

Property Type Description
index_within_parent uint
parent System.IntPtr
parse_flags GumboParseFlags
type GumboNodeType

Property Details

index_within_parent public property

The index within the parent's children vector of this node.
public uint index_within_parent
return uint

parent public property

public IntPtr,System parent
return System.IntPtr

parse_flags public property

Flags containing information about why this element was inserted into the parse tree, including a variety of special parse situations.
public GumboParseFlags parse_flags
return GumboParseFlags

type public property

public GumboNodeType type
return GumboNodeType