|
| | WINE_DEFAULT_DEBUG_CHANNEL (msxml) |
| |
| static dom_pi * | impl_from_IXMLDOMProcessingInstruction (IXMLDOMProcessingInstruction *iface) |
| |
| static HRESULT WINAPI | dom_pi_QueryInterface (IXMLDOMProcessingInstruction *iface, REFIID riid, void **ppvObject) |
| |
| static ULONG WINAPI | dom_pi_AddRef (IXMLDOMProcessingInstruction *iface) |
| |
| static ULONG WINAPI | dom_pi_Release (IXMLDOMProcessingInstruction *iface) |
| |
| static HRESULT WINAPI | dom_pi_GetTypeInfoCount (IXMLDOMProcessingInstruction *iface, UINT *pctinfo) |
| |
| static HRESULT WINAPI | dom_pi_GetTypeInfo (IXMLDOMProcessingInstruction *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| |
| static HRESULT WINAPI | dom_pi_GetIDsOfNames (IXMLDOMProcessingInstruction *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| |
| static HRESULT WINAPI | dom_pi_Invoke (IXMLDOMProcessingInstruction *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| |
| static HRESULT WINAPI | dom_pi_get_nodeName (IXMLDOMProcessingInstruction *iface, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_get_nodeValue (IXMLDOMProcessingInstruction *iface, VARIANT *value) |
| |
| static HRESULT WINAPI | dom_pi_put_nodeValue (IXMLDOMProcessingInstruction *iface, VARIANT value) |
| |
| static HRESULT WINAPI | dom_pi_get_nodeType (IXMLDOMProcessingInstruction *iface, DOMNodeType *domNodeType) |
| |
| static HRESULT WINAPI | dom_pi_get_parentNode (IXMLDOMProcessingInstruction *iface, IXMLDOMNode **parent) |
| |
| static HRESULT WINAPI | dom_pi_get_childNodes (IXMLDOMProcessingInstruction *iface, IXMLDOMNodeList **outList) |
| |
| static HRESULT WINAPI | dom_pi_get_firstChild (IXMLDOMProcessingInstruction *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT WINAPI | dom_pi_get_lastChild (IXMLDOMProcessingInstruction *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT WINAPI | dom_pi_get_previousSibling (IXMLDOMProcessingInstruction *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT WINAPI | dom_pi_get_nextSibling (IXMLDOMProcessingInstruction *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT | xml_get_value (xmlChar **p, xmlChar **value) |
| |
| static void | set_prop (xmlNodePtr node, xmlAttrPtr attr) |
| |
| static HRESULT | parse_xml_decl (xmlNodePtr node) |
| |
| static HRESULT WINAPI | dom_pi_get_attributes (IXMLDOMProcessingInstruction *iface, IXMLDOMNamedNodeMap **map) |
| |
| static HRESULT WINAPI | dom_pi_insertBefore (IXMLDOMProcessingInstruction *iface, IXMLDOMNode *newNode, VARIANT refChild, IXMLDOMNode **outOldNode) |
| |
| static HRESULT WINAPI | dom_pi_replaceChild (IXMLDOMProcessingInstruction *iface, IXMLDOMNode *newNode, IXMLDOMNode *oldNode, IXMLDOMNode **outOldNode) |
| |
| static HRESULT WINAPI | dom_pi_removeChild (IXMLDOMProcessingInstruction *iface, IXMLDOMNode *child, IXMLDOMNode **oldChild) |
| |
| static HRESULT WINAPI | dom_pi_appendChild (IXMLDOMProcessingInstruction *iface, IXMLDOMNode *child, IXMLDOMNode **outChild) |
| |
| static HRESULT WINAPI | dom_pi_hasChildNodes (IXMLDOMProcessingInstruction *iface, VARIANT_BOOL *ret) |
| |
| static HRESULT WINAPI | dom_pi_get_ownerDocument (IXMLDOMProcessingInstruction *iface, IXMLDOMDocument **doc) |
| |
| static HRESULT WINAPI | dom_pi_cloneNode (IXMLDOMProcessingInstruction *iface, VARIANT_BOOL deep, IXMLDOMNode **outNode) |
| |
| static HRESULT WINAPI | dom_pi_get_nodeTypeString (IXMLDOMProcessingInstruction *iface, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_get_text (IXMLDOMProcessingInstruction *iface, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_put_text (IXMLDOMProcessingInstruction *iface, BSTR p) |
| |
| static HRESULT WINAPI | dom_pi_get_specified (IXMLDOMProcessingInstruction *iface, VARIANT_BOOL *isSpecified) |
| |
| static HRESULT WINAPI | dom_pi_get_definition (IXMLDOMProcessingInstruction *iface, IXMLDOMNode **definitionNode) |
| |
| static HRESULT WINAPI | dom_pi_get_nodeTypedValue (IXMLDOMProcessingInstruction *iface, VARIANT *v) |
| |
| static HRESULT WINAPI | dom_pi_put_nodeTypedValue (IXMLDOMProcessingInstruction *iface, VARIANT typedValue) |
| |
| static HRESULT WINAPI | dom_pi_get_dataType (IXMLDOMProcessingInstruction *iface, VARIANT *typename) |
| |
| static HRESULT WINAPI | dom_pi_put_dataType (IXMLDOMProcessingInstruction *iface, BSTR p) |
| |
| static HRESULT WINAPI | dom_pi_get_xml (IXMLDOMProcessingInstruction *iface, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_transformNode (IXMLDOMProcessingInstruction *iface, IXMLDOMNode *node, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_selectNodes (IXMLDOMProcessingInstruction *iface, BSTR p, IXMLDOMNodeList **outList) |
| |
| static HRESULT WINAPI | dom_pi_selectSingleNode (IXMLDOMProcessingInstruction *iface, BSTR p, IXMLDOMNode **outNode) |
| |
| static HRESULT WINAPI | dom_pi_get_parsed (IXMLDOMProcessingInstruction *iface, VARIANT_BOOL *isParsed) |
| |
| static HRESULT WINAPI | dom_pi_get_namespaceURI (IXMLDOMProcessingInstruction *iface, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_get_prefix (IXMLDOMProcessingInstruction *iface, BSTR *prefix) |
| |
| static HRESULT WINAPI | dom_pi_get_baseName (IXMLDOMProcessingInstruction *iface, BSTR *name) |
| |
| static HRESULT WINAPI | dom_pi_transformNodeToObject (IXMLDOMProcessingInstruction *iface, IXMLDOMNode *domNode, VARIANT var1) |
| |
| static HRESULT WINAPI | dom_pi_get_target (IXMLDOMProcessingInstruction *iface, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_get_data (IXMLDOMProcessingInstruction *iface, BSTR *p) |
| |
| static HRESULT WINAPI | dom_pi_put_data (IXMLDOMProcessingInstruction *iface, BSTR data) |
| |
| HRESULT | dom_pi_put_xml_decl (IXMLDOMNode *node, BSTR data) |
| |
| static xmlAttrPtr | node_has_prop (const xmlNode *node, const xmlChar *name) |
| |
| static HRESULT | dom_pi_get_qualified_item (const xmlNodePtr node, BSTR name, BSTR uri, IXMLDOMNode **item) |
| |
| static HRESULT | dom_pi_get_named_item (const xmlNodePtr node, BSTR name, IXMLDOMNode **item) |
| |
| static HRESULT | dom_pi_set_named_item (xmlNodePtr node, IXMLDOMNode *newItem, IXMLDOMNode **namedItem) |
| |
| static HRESULT | dom_pi_remove_qualified_item (xmlNodePtr node, BSTR name, BSTR uri, IXMLDOMNode **item) |
| |
| static HRESULT | dom_pi_remove_named_item (xmlNodePtr node, BSTR name, IXMLDOMNode **item) |
| |
| static HRESULT | dom_pi_get_item (const xmlNodePtr node, LONG index, IXMLDOMNode **item) |
| |
| static HRESULT | dom_pi_get_length (const xmlNodePtr node, LONG *length) |
| |
| static HRESULT | dom_pi_next_node (const xmlNodePtr node, LONG *iter, IXMLDOMNode **nextNode) |
| |
| IUnknown * | create_pi (xmlNodePtr pi) |
| |