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:


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.

Detailed Description

Representing XML QNames.


Generated on Mon Nov 9 09:50:39 2009 for xmltooling by  doxygen 1.4.7