AntaniXml


WhitespaceHandling

Namespace: AntaniXml
Parent Module: XsdDomain

Whitespace handling options provide some formatting flexibility. see http://www.w3.org/TR/xmlschema11-2/#rf-whiteSpace

Union Cases

Union CaseDescription
Collapse
Signature:

After the processing implied by replace, contiguous sequences of #x20's are collapsed to a single #x20, and leading and trailing #x20's are removed.

Preserve
Signature:

No normalization is done, the value is not changed

Replace
Signature:

All occurrences of #x9 (tab), #xA (line feed) and #xD (carriage return) are replaced with #x20 (space)

Fork me on GitHub