[jdom-interest] JDOM, Xerces, and JRun

Jason Hunter jhunter at collab.net
Fri Dec 1 14:10:36 PST 2000


> (which uses JDOM and the XercesDOMAdapter):

You should use SAXBuilder, it's far faster than DOMBuilder.  DOMBuilder
is really only for building docs from existing DOM trees.

> Exception: org.apache.xerces.dom.NodeImpl: method
> (Lorg/apache/xerces/dom/DocumentImpl;)V not found:

You have DOM1 classes ahead of the DOM2 classes in your classpath.

-jh-



More information about the jdom-interest mailing list