The name of the start tag.
Whether the start tag will be empty (i.e. terminated with "/>" so that there is no corresponding end tag).
Whether a _newline followed by an indent will be written to the output range before the start tag.
XMLWritingException if the given _name is not a valid XML tag _name.
Writes a start tag with no attributes.
This is equivalent to calling openStartTag immediately followed by closeStartTag.
It is an error to call writeStartTag after the end tag for the root element has been written.