C# Class Gumbo.GumboText

Exibir arquivo Open project: rgripper/GumboBindings

Public Properties

Property Type Description
original_text GumboStringPiece
start_pos GumboSourcePosition
text System.IntPtr

Property Details

original_text public_oe property

The original text of this node, as a pointer into the original buffer. For comment/cdata nodes, this includes the comment delimiters.
public GumboStringPiece original_text
return GumboStringPiece

start_pos public_oe property

The starting position of this node. This corresponds to the position of original_text, before entities are decoded.
public GumboSourcePosition,Gumbo start_pos
return GumboSourcePosition

text public_oe property

The text of this node, after entities have been parsed and decoded. For comment/cdata nodes, this does not include the comment delimiters.
public IntPtr,System text
return System.IntPtr