C# Class Gumbo.GumboNode

Exibir arquivo 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_oe property

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

parent public_oe property

public IntPtr,System parent
return System.IntPtr

parse_flags public_oe 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_oe property

public GumboNodeType type
return GumboNodeType