QName.h File Reference

Representing XML QNames. More...

#include <xmltooling/unicode.h>
#include <algorithm>
Include dependency graph for QName.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Representing XML QNames.


Generated by  doxygen 1.6.2