DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13640>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13640 Getter methods not public in DecimalDatatypeValidator ------- Additional Comments From [EMAIL PROTECTED] 2002-10-18 08:52 ------- Hi, Thanks for fixing it. Similar cases in other validators probably include: AbstractStringValidator's inline unsigned int getLength() const; inline unsigned int getMaxLength() const; inline unsigned int getMinLength() const; inline RefVectorOf<XMLCh>* getEnumeration() const; AbstractNumericFacetValidator's inline XMLNumber* const getMaxInclusive() const; inline XMLNumber* const getMaxExclusive() const; inline XMLNumber* const getMinInclusive() const; inline XMLNumber* const getMinExclusive() const; inline RefVectorOf<XMLNumber>* getEnumeration() const; I haven't looked at all the headers, but generally I think that each facet's value should be readable for a xercesc client. Even though I don't need the above now for my business logic, it is quite conceivable that somebody else will need them in the future. Regards, Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
