[jdom-interest] SAXOutputter
Bradley S. Huffman
hip at cs.okstate.edu
Thu Apr 15 08:49:04 PDT 2004
"Chris B." writes:
> Can somebody please add a method to SAXOutputter to only output a
> partial JDOM tree (i.e an Element) ?
>
> I know it has the method output(List), but that is useless because it
> calls startDocument, which is pretty silly IMO when you are outputting a
> partial tree.
SAX requires startDocument be called once before any other events.
Brad
More information about the jdom-interest
mailing list