Representing XML QNames. More...
#include <xmltooling/unicode.h>#include <algorithm>Classes | |
| class | xmltooling::QName |
| A data structure for encapsulating XML QNames. More... | |
Namespaces | |
| namespace | xmltooling |
Public namespace of XML Tooling library. | |
Functions | |
| bool | xmltooling::operator< (const QName &op1, const QName &op2) |
| Returns true iff op1's namespace lexically compares less than op2's namespace, or if equal, iff op1's prefix lexically compares less than op2's prefix. | |
| bool | xmltooling::operator== (const QName &op1, const QName &op2) |
| Returns true iff op1's components are equal to op2's components, excluding prefix. | |
| bool | xmltooling::operator!= (const QName &op1, const QName &op2) |
| Returns true iff op1's components are not equal to op2's components, excluding prefix. | |
Representing XML QNames.
1.6.1