Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Gumbo
GumboNode
C# Class Gumbo.GumboNode
显示文件
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