Hi Nikhil,
I'm guessing you tried this with the standard Xerces distribution. It contains some hacked imports which get replaced with the real DOM Level 3 interfaces by the Ant script when Xerces is built with DOM Level 3 support. It should work with the binaries [1] built with DOM Level 3 support.
Thanks.
[1] http://www.apache.org/dist/xml/xerces-j/beta2-dom3-Xerces-J-bin.2.6.2.zip
Nikhil Dinesh <[EMAIL PROTECTED]> wrote on 07/13/2004 02:00:00 PM:
> Hi,
>
> Im trying to set the DOM3 DOMErrorHandler through the DOMConfiguration
> interface and I get a type mismatch error. Code looks like this:
>
> PSVIDocumentImpl psviDocument = new PSVIDocumentImpl();
>
> DOMConfiguration domConfig = psviDocument.getDomConfig();
>
> //myErrorHandler implements XMLErrorHandler(Xni), ErrorHandler(Sax), and
> // DOMErrorHandler
> domConfig.setParameter("error-handler", myErrorHandler);
>
> The error I get is:
> org.w3.dom.DOMException: TYPE_MISMATCH_ERROR: The value for this parameter
> name is incompatible with the expected value type
>
> Should I be implementing some other interface? The resource-resolver and
> other parameters I set work fine.
>
> Thanks,
> Nikhil
>
> ---------------------------------------------------------------------
> 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]
- DOM3 ErrorHandler Nikhil Dinesh
- Re: DOM3 ErrorHandler Michael Glavassevich
- Re: DOM3 ErrorHandler Nikhil Dinesh
- Re: DOM3 ErrorHandler Michael Glavassevich
- Re: DOM3 ErrorHandler Nikhil Dinesh