Home | History | Annotate | Download | only in xmllite

Lines Matching refs:XmlAttr

45 class XmlAttr;
114 class XmlAttr {
118 XmlAttr * NextAttr() const { return pNextAttr_; }
123 explicit XmlAttr(const QName & name, const std::string & value) :
128 explicit XmlAttr(const XmlAttr & att) :
134 XmlAttr * pNextAttr_;
155 XmlAttr * FirstAttr();
156 const XmlAttr * FirstAttr() const
231 XmlAttr * pFirstAttr_;
232 XmlAttr * pLastAttr_;