I have no idea what ObjectHandler is but it certainly isn't part of JAXP 
(or Xerces).

Alan Ezust <[EMAIL PROTECTED]> wrote on 10/18/2005 01:41:06 AM:

> I am trying to get some old code working, which used to use the
> SAXParserFactory to create a SAXParser, and then it created an
> "ObjectHandler" object to read objects from disk.
> 
> This ObjectHandler is (I believe) part of the JAXP API.
> Where can I get its source? It's not in src.zip, and i can't find it
> in xerces 2.7 either.
> 
>                 XMLReader reader = XMLReaderFactory.createXMLReader();
>                 handler = new ObjectHandler(this, getClass().
> getClassLoader());
>                 reader.setContentHandler(handler);
> 
> I can't use setContentHandler on this object because it is not the
> right interface.
> Is there another ObjectHandler which is SAX2 compliant (implements
> ContentHandler)  I should use instead?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to