[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlParser

HtmlParser Class

Class used to parse that HTML into tags and text.

Inheritance
HtmlParser
Namespace: C1.Framework.Html
Assembly: C1.Win.4.8.dll
Syntax
public class HtmlParser
Remarks

The main method in this class is Read(), which advances a pointer and sets the Tag and Text properties.

Constructors

Name Description
HtmlParser(HtmlElement)

Properties

Name Description
Attributes
IsContent
IsDivEnd
IsDivStart
IsPreFormatted
IsSpanContent
IsSpanEnd
IsSpanStart
Position
Tag
Text
Width

Methods

Name Description
DecodeText(bool)
EndOfFile()
FinishBlock(string)
GetFontStyle(Style, Element)
ParseTagInlineStyle(Style, Element, string[])
ParseTagStyle(Style, Element)
ParseTagStyle(Style, Element, string)
Read()
SkipTag()
SkipTag(string)
SkipWhitespace()
StartBlock(string)