TxmlParseOptions Type

Represents type TxmlParseOptions.

Namespace: flcXMLParser
type
 TxmlParseOptions = set of (
 xmlPreserveSpaceAroundContent,
 xmlCheckWellFormed);

The TxmlParseOptions type exposes the following members.

Show:
 NameDescription
xmlCheckWellFormed

Represents constant xmlCheckWellFormed.

xmlPreserveSpaceAroundContent

Represents constant xmlPreserveSpaceAroundContent.

Top