Why are the getter functions in the specific validators private. The
validators seem to inherit the facets from the base ones and to obtain 
    inline unsigned int         getLength() const;

    inline unsigned int         getMaxLength() const;

    inline unsigned int         getMinLength() const;
I need to traverse the datatype hierarchy, and figure out all the facets
defined and match them up.

Could these be made public?
Thanks
Kiran

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to