C# 클래스 Gumbo.GumboNode

파일 보기 프로젝트 열기: rgripper/GumboBindings 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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