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 "Scott Cantor (JIRA)" <xe...@xml.apache.org> on 2017/07/07 21:47:00 UTC

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

     [ https://issues.apache.org/jira/browse/XERCESC-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-2036:
----------------------------------
    Affects Version/s: 3.1.0
                       3.1.2
                       3.1.3
                       3.1.4

> 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.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4
>            Reporter: Erik Sjölund
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> 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.4.14#64029)

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