C# Класс Gumbo.GumboNode

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
index_within_parent uint
parent System.IntPtr
parse_flags GumboParseFlags
type GumboNodeType

Описание свойств

index_within_parent публичное свойство

The index within the parent's children vector of this node.
public uint index_within_parent
Результат uint

parent публичное свойство

public IntPtr,System parent
Результат System.IntPtr

parse_flags публичное свойство

Flags containing information about why this element was inserted into the parse tree, including a variety of special parse situations.
public GumboParseFlags parse_flags
Результат GumboParseFlags

type публичное свойство

public GumboNodeType type
Результат GumboNodeType