예제 #1
0
	double CXmlNode::ReadAttributeDouble(const CString& str, const double& nDef)
	{
		return GetAttributeDouble(str, nDef);
	}
예제 #2
0
파일: xmldom.cpp 프로젝트: ONLYOFFICE/core
	double CXmlNode::ReadAttributeDouble(const std::wstring& str, const double& _default)
	{
		return GetAttributeDouble(str, _default);
	}