Closed GoogleCodeExporter closed 8 years ago
Original comment by aale...@gmail.com
on 31 Mar 2011 at 5:18
Okay.
We're in process, at this point. I don't know how much progress I ought to
mark, here.
I've added the validate method. I've also added a new interface, Validator.
That interface allows you to set the schema cache, the exception handler (right
now it's using SchemaExceptionCatcher rather than SchemaExceptionHandler,
though, which is questionable), and the SequenceBuilder. The idea is that you
pass the validator, with the exception handler set, to the context, which sets
the cache (to itself) and the builder (to its own builder). Maybe needs more
thought. Not sure; this is a first pass.
Also, document handler has grown two new methods: setValidating and
isValidating.
Once this all gets (properly) implemented, we should see the ability to create
properly typed trees and stuff.
Original comment by aale...@gmail.com
on 4 Apr 2011 at 6:22
The methods that are there are not tested, but they're good enough. We have
both parsing and tree validation conceptually enabled, and there does not seem
to be a major issue with the APIs defined (they may be refined, and they have
to be implemented, but the core seems acceptable).
Original comment by aale...@gmail.com
on 9 Jun 2011 at 7:22
Original comment by eric%tib...@gtempaccount.com
on 30 Jul 2012 at 8:53
Original issue reported on code.google.com by
aale...@gmail.com
on 24 Jan 2011 at 7:08