Lines Matching refs:XMLElement
43 class XMLElement;
176 int RemoveChild( XMLElement *pRefElement );
180 XMLElement *GetChildElement(
181 XMLElement *pRefElement // the reference elelement
187 DECLARE_LIST( XMLStringList, XMLElement* )
190 typedef std::hash_map< ByteString ,XMLElement* , hashByteString,equalByteString > LangHashMap;
248 void InsertL10NElement( XMLElement* pElement);
305 class XMLElement : public XMLParentNode class
322 XMLElement(){} in XMLElement() function in XMLElement
323 XMLElement( in XMLElement() function in XMLElement
338 ~XMLElement();
339 XMLElement(const XMLElement&);
341 XMLElement& operator=(const XMLElement& obj);