On 19.04.2007 13:25, Grzegorz Kossakowski wrote:
I wonder what's actual difference between SourceUtil#pare and SourceUtil#toSAX.
Hi Grek,at least the method toSAX(XMLizable source, ContentHandler handler) is "different". An XMLizable knows how to convert itself to SAX events. So no parser needed. I don't know about the XMLizer, so no idea about the difference between the other toSAX() methods and parse().
Joerg