public void setPrettyPrint(boolean prettyPrint)(Code)
Enables/disables addition of indentation characters and newlines in the
XML document. By default, pretty-printing is set to true. If
set to false, no indentation and newlines are added to the XML
document. This method has to be used before writing starts (that is,
before
SPARQLBooleanXMLWriter.write is called).