I�m working on a proof of concept that involves validation against a schema and
iterative enhancement of the source data triggered by schema violations.
My task would be greatly simplified if I were able to extend XMLSchemaValidator and
override and or extend several methods.
I am unable to do this due to the implicit package scope of many instance variables
and methods such as
fCurrentCM
Augmentations handleStartElement(�)
and others.
Do you intend to restrict extension of the implementation, or is the lack of explicit
scope definition on many of these instance variables and methods an oversight?
I�d like to request that everything not intended to be restricted to package scope be
made public or protected.
Thanx
-- alan colette
Principle Software Engineer
Landmark Graphics Corporation
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]