ThtmlParserTextContext Enumeration

Represents type ThtmlParserTextContext.

Namespace: flcHTMLParser
type
 ThtmlParserTextContext = (tcContent, tcAttributeValue);

The ThtmlParserTextContext type exposes the following members.

Show:
 NameDescription
tcAttributeValue

Represents constant tcAttributeValue.

tcContent

Represents constant tcContent.

Top