Next in thread → Next in month →

Re: [xml-dev] Piccolo Java SAX parser and others in the wild?

From
Elliotte Rusty Harold <>
To
Date
2004-02-27T14:44:45Z
ID
<p06010200bc6507257897@[192.168.254.4]>
Thread
Re: [xml-dev] Piccolo Java SAX parser and others in the wild?
At 8:50 PM -0800 2/26/04, K. Ari Krupnikov wrote:

>How about if the "client app" is a SAXFilter? Then it's both a client
>and a parser.


Actually no. XMLFilter implements XMLReader. It does not implement 
ContentHandler or the other handler interfaces. It acts only as a 
parser. Particular implementations may choose to implement the 
handler in the same class that implements the filter, but that's 
hardly required.
-- 

   Elliotte Rusty Harold
   
   Effective XML (Addison-Wesley, 2003)
   http://www.cafeconleche.org/books/effectivexml
   http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA
Next in thread → Next in month →