Options for XML parsing. Passed to the XmlTree constructor.
Default options. Disables parsing comments, enables collapsing CDATA, ignores data children.
Sets whether XML comments are parsed or not.
Sets whether CDATA blocks are collapsed automatically or not.
Sets whether data nodes are created as children, in addition to being available as the value of the parent. Default true.
Returns whether XML comments are parsed or not.
Returns whether CDATA blocks are collapsed automatically or not.
Returns whether data nodes are created as children, in addition to being available as the value of the parent.
Sets whether data nodes are created as children, in addition to being available as the value of the parent.