38394041424344
/*--------------* * Constructors * *--------------*/ public SPARQLBooleanXMLWriter(OutputStream out) { this(new XMLWriter(out)); }