ThtmlLexicalParserOptions Type

Represents type ThtmlLexicalParserOptions.

Namespace: flcHTMLLexer
type
 ThtmlLexicalParserOptions = set of (
 loDisableNotifications,
 loResolveReferences,
 loNoLineBreakToken
 );

The ThtmlLexicalParserOptions type exposes the following members.

Show:
 NameDescription
loDisableNotifications

Represents constant loDisableNotifications.

loNoLineBreakToken

Represents constant loNoLineBreakToken.

loResolveReferences

Represents constant loResolveReferences.

Top