📄 msxml3.tli
字号:
}
#pragma implementation_key(131)
inline HRESULT MSXML2::IXMLDOMSchemaCollection::addCollection ( struct IXMLDOMSchemaCollection * otherCollection ) {
HRESULT _hr = raw_addCollection(otherCollection);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(132)
inline IUnknownPtr MSXML2::IXMLDOMSchemaCollection::Get_newEnum ( ) {
IUnknown * _result;
HRESULT _hr = get__newEnum(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IUnknownPtr(_result, false);
}
//
// interface IXMLDOMDocument3 wrapper method implementations
//
#pragma implementation_key(133)
inline MSXML2::IXMLDOMParseErrorPtr MSXML2::IXMLDOMDocument3::validateNode ( struct IXMLDOMNode * node ) {
struct IXMLDOMParseError * _result;
HRESULT _hr = raw_validateNode(node, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXMLDOMParseErrorPtr(_result, false);
}
#pragma implementation_key(134)
inline MSXML2::IXMLDOMNodePtr MSXML2::IXMLDOMDocument3::importNode ( struct IXMLDOMNode * node, VARIANT_BOOL deep ) {
struct IXMLDOMNode * _result;
HRESULT _hr = raw_importNode(node, deep, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXMLDOMNodePtr(_result, false);
}
//
// interface IXMLDOMNotation wrapper method implementations
//
#pragma implementation_key(135)
inline _variant_t MSXML2::IXMLDOMNotation::GetpublicId ( ) {
VARIANT _result;
VariantInit(&_result);
HRESULT _hr = get_publicId(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _variant_t(_result, false);
}
#pragma implementation_key(136)
inline _variant_t MSXML2::IXMLDOMNotation::GetsystemId ( ) {
VARIANT _result;
VariantInit(&_result);
HRESULT _hr = get_systemId(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _variant_t(_result, false);
}
//
// interface IXMLDOMEntity wrapper method implementations
//
#pragma implementation_key(137)
inline _variant_t MSXML2::IXMLDOMEntity::GetpublicId ( ) {
VARIANT _result;
VariantInit(&_result);
HRESULT _hr = get_publicId(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _variant_t(_result, false);
}
#pragma implementation_key(138)
inline _variant_t MSXML2::IXMLDOMEntity::GetsystemId ( ) {
VARIANT _result;
VariantInit(&_result);
HRESULT _hr = get_systemId(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _variant_t(_result, false);
}
#pragma implementation_key(139)
inline _bstr_t MSXML2::IXMLDOMEntity::GetnotationName ( ) {
BSTR _result;
HRESULT _hr = get_notationName(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
//
// interface IXMLDOMParseError2 wrapper method implementations
//
#pragma implementation_key(140)
inline _bstr_t MSXML2::IXMLDOMParseError2::GeterrorXPath ( ) {
BSTR _result;
HRESULT _hr = get_errorXPath(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(141)
inline MSXML2::IXMLDOMParseErrorCollectionPtr MSXML2::IXMLDOMParseError2::GetallErrors ( ) {
struct IXMLDOMParseErrorCollection * _result;
HRESULT _hr = get_allErrors(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXMLDOMParseErrorCollectionPtr(_result, false);
}
#pragma implementation_key(142)
inline _bstr_t MSXML2::IXMLDOMParseError2::errorParameters ( long index ) {
BSTR _result;
HRESULT _hr = raw_errorParameters(index, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(143)
inline long MSXML2::IXMLDOMParseError2::GeterrorParametersCount ( ) {
long _result;
HRESULT _hr = get_errorParametersCount(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
//
// interface IXMLDOMParseErrorCollection wrapper method implementations
//
#pragma implementation_key(144)
inline MSXML2::IXMLDOMParseError2Ptr MSXML2::IXMLDOMParseErrorCollection::Getitem ( long index ) {
struct IXMLDOMParseError2 * _result;
HRESULT _hr = get_item(index, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXMLDOMParseError2Ptr(_result, false);
}
#pragma implementation_key(145)
inline long MSXML2::IXMLDOMParseErrorCollection::Getlength ( ) {
long _result;
HRESULT _hr = get_length(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(146)
inline MSXML2::IXMLDOMParseError2Ptr MSXML2::IXMLDOMParseErrorCollection::Getnext ( ) {
struct IXMLDOMParseError2 * _result;
HRESULT _hr = get_next(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXMLDOMParseError2Ptr(_result, false);
}
#pragma implementation_key(147)
inline HRESULT MSXML2::IXMLDOMParseErrorCollection::reset ( ) {
HRESULT _hr = raw_reset();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(148)
inline IUnknownPtr MSXML2::IXMLDOMParseErrorCollection::Get_newEnum ( ) {
IUnknown * _result;
HRESULT _hr = get__newEnum(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IUnknownPtr(_result, false);
}
//
// interface IXTLRuntime wrapper method implementations
//
#pragma implementation_key(149)
inline long MSXML2::IXTLRuntime::uniqueID ( struct IXMLDOMNode * pNode ) {
long _result;
HRESULT _hr = raw_uniqueID(pNode, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(150)
inline long MSXML2::IXTLRuntime::depth ( struct IXMLDOMNode * pNode ) {
long _result;
HRESULT _hr = raw_depth(pNode, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(151)
inline long MSXML2::IXTLRuntime::childNumber ( struct IXMLDOMNode * pNode ) {
long _result;
HRESULT _hr = raw_childNumber(pNode, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(152)
inline long MSXML2::IXTLRuntime::ancestorChildNumber ( _bstr_t bstrNodeName, struct IXMLDOMNode * pNode ) {
long _result;
HRESULT _hr = raw_ancestorChildNumber(bstrNodeName, pNode, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(153)
inline long MSXML2::IXTLRuntime::absoluteChildNumber ( struct IXMLDOMNode * pNode ) {
long _result;
HRESULT _hr = raw_absoluteChildNumber(pNode, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(154)
inline _bstr_t MSXML2::IXTLRuntime::formatIndex ( long lIndex, _bstr_t bstrFormat ) {
BSTR _result;
HRESULT _hr = raw_formatIndex(lIndex, bstrFormat, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(155)
inline _bstr_t MSXML2::IXTLRuntime::formatNumber ( double dblNumber, _bstr_t bstrFormat ) {
BSTR _result;
HRESULT _hr = raw_formatNumber(dblNumber, bstrFormat, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(156)
inline _bstr_t MSXML2::IXTLRuntime::formatDate ( const _variant_t & varDate, _bstr_t bstrFormat, const _variant_t & varDestLocale ) {
BSTR _result;
HRESULT _hr = raw_formatDate(varDate, bstrFormat, varDestLocale, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(157)
inline _bstr_t MSXML2::IXTLRuntime::formatTime ( const _variant_t & varTime, _bstr_t bstrFormat, const _variant_t & varDestLocale ) {
BSTR _result;
HRESULT _hr = raw_formatTime(varTime, bstrFormat, varDestLocale, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
//
// interface IXSLTemplate wrapper method implementations
//
#pragma implementation_key(158)
inline void MSXML2::IXSLTemplate::PutRefstylesheet ( struct IXMLDOMNode * stylesheet ) {
HRESULT _hr = putref_stylesheet(stylesheet);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(159)
inline MSXML2::IXMLDOMNodePtr MSXML2::IXSLTemplate::Getstylesheet ( ) {
struct IXMLDOMNode * _result;
HRESULT _hr = get_stylesheet(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXMLDOMNodePtr(_result, false);
}
#pragma implementation_key(160)
inline MSXML2::IXSLProcessorPtr MSXML2::IXSLTemplate::createProcessor ( ) {
struct IXSLProcessor * _result;
HRESULT _hr = raw_createProcessor(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXSLProcessorPtr(_result, false);
}
//
// interface IXSLProcessor wrapper method implementations
//
#pragma implementation_key(161)
inline void MSXML2::IXSLProcessor::Putinput ( const _variant_t & pVar ) {
HRESULT _hr = put_input(pVar);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(162)
inline _variant_t MSXML2::IXSLProcessor::Getinput ( ) {
VARIANT _result;
VariantInit(&_result);
HRESULT _hr = get_input(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _variant_t(_result, false);
}
#pragma implementation_key(163)
inline MSXML2::IXSLTemplatePtr MSXML2::IXSLProcessor::GetownerTemplate ( ) {
struct IXSLTemplate * _result;
HRESULT _hr = get_ownerTemplate(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IXSLTemplatePtr(_result, false);
}
#pragma implementation_key(164)
inline HRESULT MSXML2::IXSLProcessor::setStartMode ( _bstr_t mode, _bstr_t namespaceURI ) {
HRESULT _hr = raw_setStartMode(mode, namespaceURI);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(165)
inline _bstr_t MSXML2::IXSLProcessor::GetstartMode ( ) {
BSTR _result;
HRESULT _hr = get_startMode(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(166)
inline _bstr_t MSXML2::IXSLProcessor::GetstartModeURI ( ) {
BSTR _result;
HRESULT _hr = get_startModeURI(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(167)
inline void MSXML2::IXSLProcessor::Putoutput ( const _variant_t & pOutput ) {
HRESULT _hr = put_output(pOutput);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(168)
inline _variant_t MSXML2::IXSLProcessor::Getoutput ( ) {
VARIANT _result;
VariantInit(&_result);
HRESULT _hr = get_output(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _variant_t(_result, false);
}
#pragma implementation_key(169)
inline VARIANT_BOOL MSXML2::IXSLProcessor::transform ( ) {
VARIANT_BOOL _result;
HRESULT _hr = raw_transform(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(170)
inline HRESULT MSXML2::IXSLProcessor::reset ( ) {
HRESULT _hr = raw_reset();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(171)
inline long MSXML2::IXSLProcessor::GetreadyState ( ) {
long _result;
HRESULT _hr = get_readyState(&_result);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -