[jdom-interest] Is BuilderErrorHandler redundant ?
Koller, Shmuel
Shmuel_Koller at bmc.com
Sun May 11 17:25:37 PDT 2003
Uses of Class
org.jdom.input.BuilderErrorHandler
No usage of org.jdom.input.BuilderErrorHandler
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
/////////
Can it be that this class (in jdom-b9) is redundant ?
I cannot drive it, and keep getting messages below even that I do
setErrorHandler to an instance of a class that extends BuilderErrorHandler
before the Parsing.
How do I implement the semantics of SAX ErrorHandler with JDOM, if possible
at all.
Thanks in advance, Shmuel Koller, BMC
2003-05-12 02:41:23,375 ERROR [HttpProcessor[8080][2]] STDERR - Warning:
validation was turned on but an org.xml.sax.ErrorHandler was not
2003-05-12 02:41:23,378 ERROR [HttpProcessor[8080][2]] STDERR - set, which
is probably not what is desired. Parser will use a default
2003-05-12 02:41:23,381 ERROR [HttpProcessor[8080][2]] STDERR - ErrorHandler
to print the first 10 errors. Please call
2003-05-12 02:41:23,383 ERROR [HttpProcessor[8080][2]] STDERR - the
'setErrorHandler' method to fix this.
More information about the jdom-interest
mailing list