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: [email protected]
For additional commands, e-mail: [email protected]