FDO API Reference Feature Data Objects

enum XmlWriter::LineFormat
 

XmlWriter::LineFormat specifies whether the output XML document has line breaks or indentation.

Parameters:
LineFormat_None The document is written without line breaks or element indentation.
LineFormat_Break The document is written with a line break after:
  • every end element tag
  • every start tag for elements with complex content (sub-elements)
Elements are not indented.
LineFormat_Indent Same as LineFormat_Break, except that each element immediately following a line break is indented by a certain number of spaces. The number of spaces is the element's nesting level within the document X 3. The root element has nesting level 0.
Enumerator:
LineFormat_None 
LineFormat_Break 
LineFormat_Indent 

Comments or suggestions? Send us feedback.