Searched defs:documentName (Results 1 – 1 of 1) sorted by relevance
920 TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT ) in TiXmlDocument()930 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOC… in TiXmlDocument()