IXMLDocumentVtbl class final

Inheritance

Constructors

IXMLDocumentVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IXMLDocument> This)>>
getter/setter pair
createElement Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, VARIANT vType, VARIANT var1, Pointer<Pointer<IXMLElement>> ppElem)>>
getter/setter pair
get_charset Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_doctype Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_dtdURL Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_fileModifiedDate Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_fileSize Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_fileUpdatedDate Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_mimeType Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_readyState Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<Long> pl)>>
getter/setter pair
get_root Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<Pointer<IXMLElement>> p)>>
getter/setter pair
get_URL Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
get_version Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<BSTR> p)>>
getter/setter pair
GetIDsOfNames Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<IID> riid, Pointer<LPOLESTR> rgszNames, UINT cNames, LCID lcid, Pointer<DISPID> rgDispId)>>
getter/setter pair
GetTypeInfo Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, UINT iTInfo, LCID lcid, Pointer<Pointer<ITypeInfo>> ppTInfo)>>
getter/setter pair
GetTypeInfoCount Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<UINT> pctinfo)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Invoke Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, DISPID dispIdMember, Pointer<IID> riid, LCID lcid, WORD wFlags, Pointer<DISPPARAMS> pDispParams, Pointer<VARIANT> pVarResult, Pointer<EXCEPINFO> pExcepInfo, Pointer<UINT> puArgErr)>>
getter/setter pair
put_charset Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, BSTR p)>>
getter/setter pair
put_URL Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, BSTR p)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDocument> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IXMLDocument> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited