コード例 #1
0
ファイル: libxml2.cpp プロジェクト: alexandervnuchkov/core
	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);
	}