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 "Erik Sjölund (JIRA)" <xe...@xml.apache.org> on 2014/09/01 09:35:21 UTC

[jira] [Created] (XERCESC-2036) XSTypeDefinition::getNamespace() is missing a const qualifier

Erik Sjölund created XERCESC-2036:
-------------------------------------

             Summary: XSTypeDefinition::getNamespace() is missing a const qualifier
                 Key: XERCESC-2036
                 URL: https://issues.apache.org/jira/browse/XERCESC-2036
             Project: Xerces-C++
          Issue Type: Bug
          Components: Validating Parser (XML Schema)
    Affects Versions: 3.1.1
            Reporter: Erik Sjölund
            Priority: Minor


The function

XSTypeDefinition::getNamespace() 

should have a const qualifier, just like

XSTypeDefinition::getName()

has.

$ cd xerces-c-3.1.1/src/xercesc/framework/psvi/
$ grep "XMLCh\* getName" XSTypeDefinition.hpp
    virtual const XMLCh* getName() const = 0;
    virtual const XMLCh* getNamespace() = 0;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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