TxmlPrintToken Enumeration

Represents type TxmlPrintToken.

Namespace: flcXMLDocument
type
 TxmlPrintToken = (
 xmltDefault,
 xmltText,
 xmltName,
 xmltTagName,
 xmltAttrName,
 xmltSymbol,
 xmltComment);

The TxmlPrintToken type exposes the following members.

Show:
 NameDescription
xmltAttrName

Represents constant xmltAttrName.

xmltComment

Represents constant xmltComment.

xmltDefault

Represents constant xmltDefault.

xmltName

Represents constant xmltName.

xmltSymbol

Represents constant xmltSymbol.

xmltTagName

Represents constant xmltTagName.

xmltText

Represents constant xmltText.

Top