Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:ToNode

1685 	TiXmlNode* ToNode() const			{ return node; } 
1696 /** @deprecated use ToNode.
1699 TiXmlNode* Node() const { return ToNode(); }