2.9.5Enum MXMLStyle
Document serialization options.
This enumeration contains fields that can be combined through the OR bitwise operator (||) and that define the style that is used in document serialization.
- INDENT: indent each node with a single space.
- TAB: indent each node with a tab character (\t).
- THREESPACES: indents the nodes with three spaces.
- NOESCAPE: Doesn't escape the XML characters while reading or writing. This is useful if the application wants to process escapeable sequences on its own, or if it knows that the code that is going to be written is not containing any escapeable sequence.