|
| | WINE_DEFAULT_DEBUG_CHANNEL (msxml) |
| |
| static HRESULT | XMLElementCollection_create (xmlNodePtr node, LPVOID *ppObj) |
| |
| static xmlelem * | impl_from_IXMLElement (IXMLElement *iface) |
| |
| static HRESULT WINAPI | xmlelem_QueryInterface (IXMLElement *iface, REFIID riid, void **ppvObject) |
| |
| static ULONG WINAPI | xmlelem_AddRef (IXMLElement *iface) |
| |
| static ULONG WINAPI | xmlelem_Release (IXMLElement *iface) |
| |
| static HRESULT WINAPI | xmlelem_GetTypeInfoCount (IXMLElement *iface, UINT *pctinfo) |
| |
| static HRESULT WINAPI | xmlelem_GetTypeInfo (IXMLElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| |
| static HRESULT WINAPI | xmlelem_GetIDsOfNames (IXMLElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| |
| static HRESULT WINAPI | xmlelem_Invoke (IXMLElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| |
| static HRESULT WINAPI | xmlelem_get_tagName (IXMLElement *iface, BSTR *p) |
| |
| static HRESULT WINAPI | xmlelem_put_tagName (IXMLElement *iface, BSTR p) |
| |
| static HRESULT WINAPI | xmlelem_get_parent (IXMLElement *iface, IXMLElement **parent) |
| |
| static HRESULT WINAPI | xmlelem_setAttribute (IXMLElement *iface, BSTR strPropertyName, VARIANT PropertyValue) |
| |
| static HRESULT WINAPI | xmlelem_getAttribute (IXMLElement *iface, BSTR name, VARIANT *value) |
| |
| static HRESULT WINAPI | xmlelem_removeAttribute (IXMLElement *iface, BSTR strPropertyName) |
| |
| static HRESULT WINAPI | xmlelem_get_children (IXMLElement *iface, IXMLElementCollection **p) |
| |
| static LONG | type_libxml_to_msxml (xmlElementType type) |
| |
| static HRESULT WINAPI | xmlelem_get_type (IXMLElement *iface, LONG *p) |
| |
| static HRESULT WINAPI | xmlelem_get_text (IXMLElement *iface, BSTR *p) |
| |
| static HRESULT WINAPI | xmlelem_put_text (IXMLElement *iface, BSTR p) |
| |
| static HRESULT WINAPI | xmlelem_addChild (IXMLElement *iface, IXMLElement *pChildElem, LONG lIndex, LONG lreserved) |
| |
| static HRESULT WINAPI | xmlelem_removeChild (IXMLElement *iface, IXMLElement *pChildElem) |
| |
| HRESULT | XMLElement_create (xmlNodePtr node, LPVOID *ppObj, BOOL own) |
| |
| static LONG | xmlelem_collection_updatelength (xmlelem_collection *collection) |
| |
| static xmlelem_collection * | impl_from_IXMLElementCollection (IXMLElementCollection *iface) |
| |
| static xmlelem_collection * | impl_from_IEnumVARIANT (IEnumVARIANT *iface) |
| |
| static HRESULT WINAPI | xmlelem_collection_QueryInterface (IXMLElementCollection *iface, REFIID riid, void **ppvObject) |
| |
| static ULONG WINAPI | xmlelem_collection_AddRef (IXMLElementCollection *iface) |
| |
| static ULONG WINAPI | xmlelem_collection_Release (IXMLElementCollection *iface) |
| |
| static HRESULT WINAPI | xmlelem_collection_GetTypeInfoCount (IXMLElementCollection *iface, UINT *pctinfo) |
| |
| static HRESULT WINAPI | xmlelem_collection_GetTypeInfo (IXMLElementCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| |
| static HRESULT WINAPI | xmlelem_collection_GetIDsOfNames (IXMLElementCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| |
| static HRESULT WINAPI | xmlelem_collection_Invoke (IXMLElementCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| |
| static HRESULT WINAPI | xmlelem_collection_put_length (IXMLElementCollection *iface, LONG v) |
| |
| static HRESULT WINAPI | xmlelem_collection_get_length (IXMLElementCollection *iface, LONG *p) |
| |
| static HRESULT WINAPI | xmlelem_collection_get__newEnum (IXMLElementCollection *iface, IUnknown **ppUnk) |
| |
| static HRESULT WINAPI | xmlelem_collection_item (IXMLElementCollection *iface, VARIANT var1, VARIANT var2, IDispatch **ppDisp) |
| |
| static HRESULT WINAPI | xmlelem_collection_IEnumVARIANT_QueryInterface (IEnumVARIANT *iface, REFIID riid, LPVOID *ppvObj) |
| |
| static ULONG WINAPI | xmlelem_collection_IEnumVARIANT_AddRef (IEnumVARIANT *iface) |
| |
| static ULONG WINAPI | xmlelem_collection_IEnumVARIANT_Release (IEnumVARIANT *iface) |
| |
| static HRESULT WINAPI | xmlelem_collection_IEnumVARIANT_Next (IEnumVARIANT *iface, ULONG celt, VARIANT *rgVar, ULONG *fetched) |
| |
| static HRESULT WINAPI | xmlelem_collection_IEnumVARIANT_Skip (IEnumVARIANT *iface, ULONG celt) |
| |
| static HRESULT WINAPI | xmlelem_collection_IEnumVARIANT_Reset (IEnumVARIANT *iface) |
| |
| static HRESULT WINAPI | xmlelem_collection_IEnumVARIANT_Clone (IEnumVARIANT *iface, IEnumVARIANT **ppEnum) |
| |