Constants: OXML

Parent: $root.$constants

kXMLEncodingISO8859Output is encoded using ISO-8859-1
kXMLEncodingUSASCIIOutput is encoded using US-ASCII
kXMLEncodingUTF16BEOutput is encoded using UTF-16BE (Big-endian)
kXMLEncodingUTF16LEOutput is encoded using UTF-16LE (Little-endian)
kXMLEncodingUTF8Output is encoded using UTF-8
kXMLFormatBasicThe output XML is formatted by the insertion of tabs and carriage-return linefeed sequences
kXMLFormatFullThe output XML is formatted by the insertion of tabs and carriage-return linefeed sequences; in addition,text nodes are formatted by removing leading and trailing spaces, and all tabs, carriage returns and linefeeds
kXMLFormatFullFlatTextThe output XML is formatted as for kXMLFormatFull,but in addition,if the only non-whitespace child of an element is a text node,the text and element are output on the same line
kXMLFormatNoneThe output XML is not formatted by the insertion of tabs and carriage-return linefeed sequences
kXMLNodeAttributeAn attribute node
kXMLNodeCDATASectionA CDATA section node
kXMLNodeCommentA comment node
kXMLNodeDocumentA document node
kXMLNodeDocumentFragmentA document fragment node
kXMLNodeDocumentTypeA document type node
kXMLNodeElementAn element node
kXMLNodeEntityAn entity node
kXMLNodeEntityReferenceAn entity reference node
kXMLNodeNotationA notation node
kXMLNodeProcessingInstructionA processing instruction node
kXMLNodeTextA text node