CrystalXmlEmptyElementStyle

Namespace: SnowBank.Data.Xml · enum

Implements: IComparable, ISpanFormattable, IFormattable, IConvertible

How an element with no children or text is written

Fields

Paired

Paired = 1

A separate open and close tag: <foo></foo>

SelfClosing

SelfClosing = 0

A self-closing tag: <foo/> (the default)