ホーム › Data.Xml.MsXml › IVBSAXContentHandler
IVBSAXContentHandler
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 11
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT putref_documentLocator(IVBSAXLocator* oLocator) |
| 8 | HRESULT startDocument() |
| 9 | HRESULT endDocument() |
| 10 | HRESULT startPrefixMapping(LPWSTR* strPrefix, LPWSTR* strURI) |
| 11 | HRESULT endPrefixMapping(LPWSTR* strPrefix) |
| 12 | HRESULT startElement(LPWSTR* strNamespaceURI, LPWSTR* strLocalName, LPWSTR* strQName, IVBSAXAttributes* oAttributes) |
| 13 | HRESULT endElement(LPWSTR* strNamespaceURI, LPWSTR* strLocalName, LPWSTR* strQName) |
| 14 | HRESULT characters(LPWSTR* strChars) |
| 15 | HRESULT ignorableWhitespace(LPWSTR* strChars) |
| 16 | HRESULT processingInstruction(LPWSTR* strTarget, LPWSTR* strData) |
| 17 | HRESULT skippedEntity(LPWSTR* strName) |