Home | History | Annotate | Download | only in tinyxml

Lines Matching full:documentname

902 TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::DOCUMENT )
906 value = documentName;
912 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::DOCUMENT )
916 value = documentName;