PropSetToPlainText and PropSetToRawText User Properties

The following table lists the user properties for the PropSetToPlainText and PropSetToRawText methods.

Parameter Name Description Predefault Value

BeginTagLeft

A text value for the first boundary of the begin tag.

<

BeginTagRight

A text value for the second boundary of the begin tag.

>

DiffBeginEndTag

Y or N

If there are different tags for the begin and end tag, then for XML, they are the same. Use "," as the separator to set it differently.

For example, if this is set to Y, and the XML tag of any component is A,B, then the begin tag is A and end tag is B.

N

EndTagLeft

A text value for the first boundary of the end tag.

<

EndTagRight

A text value for the second boundary of the end tag.

>

EscCharSupport

Y or N

Yes supports escape characters such as \n and \r.

Y

NewLineAfterNode

Y or N

Yes prints a new-line character after each element.

N

PrintAggregateEndTag

Y or N

Yes prints end tag for aggregate nodes.

Y

PrintElementEndTag

Y or N

Yes prints end tag for element nodes (element that has no child).

Y

PrintEndTagBeforeChild

Y or N

Yes prints the end tag before print out the first child.

N

PrintTagBound

Y or N

Yes prints the tag boundaries.

Y

XMLHierarchy

The IntObj instance that is parsed into the BusSvc.

None.