#include <xmltooling/unicode.h>
#include <algorithm>
Namespaces | |
namespace | xmltooling |
Classes | |
class | xmltooling::QName |
A data structure for encapsulating XML QNames. More... | |
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. |