Home | History | Annotate | Download | only in xmllite

Lines Matching refs:QName

5 #include "talk/xmllite/qname.h"
13 QName::QName() : namespace_(QN_EMPTY.namespace_),
16 QName::QName(const std::string & ns, const std::string & local) :
19 QName::QName(bool add, const std::string & ns, const std::string & local) :
38 QName::QName(const std::string & mergedOrLocal) :
43 QName::Merged() const {
50 QName::operator==(const QName & other) const {
57 QName::Compare(const QName & other) const {