There's no documentation for this item.
| Classes | |
|---|---|
| Default | |
| Pretty | Pretty-prints an XML document. This destroys whitespace in text nodes and will insert carriage returns and indentations. |
| Transitive | The Transitive formatter writes an XML document that parses to an identical document as the source document. This means that no extra whitespace nodes are inserted, and whitespace within text nodes is preserved. Within these constraints, the document is pretty-printed, with whitespace inserted into the metadata to introduce formatting. |
<code/>and<pre/>for code samples.