Home | History | Annotate | Download | only in xmllite

Lines Matching defs:QName

18 class QName;
24 // Beside this use case, QName should be used everywhere
25 // else. StaticQName instances are implicitly converted to QName
31 bool operator==(const QName& other) const;
32 bool operator!=(const QName& other) const;
35 class QName {
37 QName();
38 QName(const QName& qname);
39 QName(const StaticQName& const_value);
40 QName(const std::string& ns, const std::string& local);
41 explicit QName(const std::string& merged_or_local);
42 ~QName();
50 int Compare(const QName& other) const;
55 bool operator==(const QName& other) const {
61 bool operator!=(const QName& other) const {
64 bool operator<(const QName& other) const {
73 inline bool StaticQName::operator==(const QName& other) const {
77 inline bool StaticQName::operator!=(const QName& other) const {