[
Lists Home |
Date Index |
Thread Index
]
Elliotte Rusty Harold wrote:
...
> >ch.startDocument();
> >// document content goes here...
> >Ch.endDocument();
>
> This is interesting, but you still need a class that implements the
> ContentHandler that is not part of SAX. You cannot write an XML
> document without adding your own non-standard, XML classes.
Sure, just like you need a class that implements XMLReader on the
reading side. I think it's clear that we have different definitions for
"API". I consider the SAX interface definitions the "API", where you
seem to define it as the implementation (and entire packaging) of those
interfaces.
-aaron
......................................................
. Aaron Skonnard, DevelopMentor (http://skonnard.com).
. Essential XML Quick Reference available online! .
. Download PDFs: http://www.develop.com/books .
......................................................
|