Lines Matching refs:XMLParentNode
42 class XMLParentNode;
117 XMLParentNode *pParent;
120 XMLChildNode( XMLParentNode *pPar );
128 XMLParentNode *GetParent() { return pParent; } in GetParent()
140 class XMLParentNode : public XMLChildNode class
147 XMLParentNode( XMLParentNode *pPar ) in XMLParentNode() function in XMLParentNode
151 XMLParentNode(): pChildList(NULL){ in XMLParentNode() function in XMLParentNode
154 XMLParentNode( const XMLParentNode& );
156 XMLParentNode& operator=(const XMLParentNode& obj);
157 virtual ~XMLParentNode();
207 class XMLFile : public XMLParentNode
219 virtual void SearchL10NElements( XMLParentNode *pCur, int pos = 0 );
223 void showType(XMLParentNode* node);
229 bool CheckExportStatus( XMLParentNode *pCur = NULL );// , int pos = 0 );
305 class XMLElement : public XMLParentNode
325 XMLParentNode *Parent // parent node of this element in XMLElement()
326 ): XMLParentNode( Parent ), in XMLElement()
400 XMLParentNode *Parent // the parent node of this data, typically a element node in XMLData()
405 XMLParentNode *Parent, // the parent node of this data, typically a element node in XMLData()
441 XMLParentNode *Parent // the parent node of this comemnt, typically a element node in XMLComment()
468 XMLParentNode *Parent // the parent node of this comemnt, typically a element node in XMLDefault()
507 XMLParentNode *pCurNode;