[jdom-interest] Is beta-5 much slower than beta-4?

Jason Hunter jhunter at collab.net
Thu Oct 19 00:49:29 PDT 2000


> public boolean isValid() // check that the document is "well formed"

Nope, the method to check if it's well formed shouldn't be called
isValid().  You could have isWellFormed() and isValid() on a class but
it's really two dramatically different things and imho should be in
different classes.  Maybe call the Validator something with "DTD" in the
title so you could write another class that checked against schemas.

-jh-



More information about the jdom-interest mailing list