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/11/29 16:31:51 UTC

DO NOT REPLY [Bug 14960] New: - Request to open interface

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=14960>.
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=14960

Request to open interface 

           Summary: Request to open interface
           Product: Xerces-C++
           Version: Nightly build (please specify the date)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Miscellaneous
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: PeterV@ti.com.od.ua


File: xercesc\validators\datatype\DatatypeValidatorFactory.hpp
Open the access to the builtin and user defined Registry.


Proposed Path:
--------------
...
    RefHashTableOf<DatatypeValidator>* getUserDefinedRegistry() const;
    RefHashTableOf<DatatypeValidator>* getBuiltInRegistry() const;
...

inline RefHashTableOf<DatatypeValidator>*
DatatypeValidatorFactory::getUserDefinedRegistry() const {

    return fUserDefinedRegistry;
}

inline RefHashTableOf<DatatypeValidator>*
DatatypeValidatorFactory::getBuiltInRegistry() const {

    return fBuiltInRegistry;
}

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