C# Class Gumbo.GumboDocument

Exibir arquivo Open project: rgripper/GumboBindings

Public Properties

Property Type Description
children GumboVector
doc_type_quirks_mode GumboQuirksModeEnum
name System.IntPtr
public_identifier System.IntPtr
system_identifier System.IntPtr

Property Details

children public_oe property

An array of GumboNodes, containing the children of this element. This will normally consist of the <g;html> element and any comment nodes found. Pointers are owned.
public GumboVector,Gumbo children
return GumboVector

doc_type_quirks_mode public_oe property

Whether or not the document is in QuirksMode, as determined by the values in the GumboTokenDocType template.
public GumboQuirksModeEnum doc_type_quirks_mode
return GumboQuirksModeEnum

name public_oe property

A field from the doctype token, copied verbatim.
public IntPtr,System name
return System.IntPtr

public_identifier public_oe property

A field from the doctype token, copied verbatim.
public IntPtr,System public_identifier
return System.IntPtr

system_identifier public_oe property

A field from the doctype token, copied verbatim.
public IntPtr,System system_identifier
return System.IntPtr