You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Bagepalli, Kiran" <kb...@informatica.com> on 2002/12/09 21:38:08 UTC

Datatype validators

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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org