Home | History | Annotate | Download | only in xmllite

Lines Matching defs:StaticQName

37 // StaticQName is used to represend constant quailified names. They
39 // const StaticQName QN_FOO = { "foo_namespace", "foo" };
42 // else. StaticQName instances are implicitly converted to QName
44 struct StaticQName {
56 QName(const StaticQName& const_value);
66 int Compare(const StaticQName& other) const;
69 bool operator==(const StaticQName& other) const {
75 bool operator!=(const StaticQName& other) const {
90 inline bool StaticQName::operator==(const QName& other) const {
94 inline bool StaticQName::operator!=(const QName& other) const {