You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Carlos Piqueres Ayela <cp...@tissat.es> on 2000/08/30 13:57:20 UTC

doc bug in importNode ???

Hi,

I'm trying to use xerces 1.1.3.
I have downloaded it from the web and try to use it. Reading the API
docs I've seen that it conforms to DOM Level 2. Reading that
specification I've seen what I was looking for ("my" needed importNode
method) and reading the API Docs I've seen in the document interface
that method.

But, when I look for that method in the jar file, I can't find it.

So I don't know if it is a doc bug or if the org.w3c.dom package doesn't
conform the DOM Level2 specification.

I need that method, and I don't want to use the implementation specific
classes...
I don't know what to do...
Any help??

TIA