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 bu...@apache.org on 2002/10/15 10:10:49 UTC

DO NOT REPLY [Bug 13640] New: - Getter methods not public in DecimalDatatypeValidator

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

           Summary: Getter methods not public in DecimalDatatypeValidator
           Product: Xerces-C++
           Version: 2.1.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Validating Parser (Schema) (Xerces 1.5 or up only)
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: martin@formicula.fsnet.co.uk


I need to extract a lot of information from the SchemaGrammar
object in order to interpret an XML document correctly and
implement my business logic.

For example: I need access to
DecimalDatatypeValidator::getFractionDigits()
in order to decide whether to implement this type
as double or long. But 'getFractionDigits()' is
private, so I can't access it. I can't think of
any good reason why accessor methods like these
should be private, so please make them all public.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org