#include <xmltooling/unicode.h>
Namespaces | |
namespace | xmltooling |
Classes | |
class | xmltooling::Namespace |
A data structure for encapsulating XML Namespace attributes. More... | |
Functions | |
bool | xmltooling::operator< (const Namespace &op1, const Namespace &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. |