The text to write.
Whether a newline followed by an indent will be written to the output range before the text. It will not include an indent if insertIndent == InsertIndent.no.
Whether an indent will be inserted after each newline within the text.
XMLWritingException if any characters or sequence of characters in the given text are not legal in the text portion of an XML document. dxml.util.encodeText can be used to encode any characters that are not legal in their literal form but are legal as entity references.
This writes the text that goes between start tags and end tags.
It can be called multiple times in a row, and the given text will just end up being appended to the current text field.
It is an error to call writeText after the end tag for the root element has been written.