|
| | WINE_DEFAULT_DEBUG_CHANNEL (msxml) |
| |
| xmlNodePtr | xmlNodePtr_from_domnode (IXMLDOMNode *iface, xmlElementType type) |
| |
| BOOL | node_query_interface (xmlnode *This, REFIID riid, void **ppv) |
| |
| static SupportErrorInfo * | impl_from_ISupportErrorInfo (ISupportErrorInfo *iface) |
| |
| static HRESULT WINAPI | SupportErrorInfo_QueryInterface (ISupportErrorInfo *iface, REFIID riid, void **obj) |
| |
| static ULONG WINAPI | SupportErrorInfo_AddRef (ISupportErrorInfo *iface) |
| |
| static ULONG WINAPI | SupportErrorInfo_Release (ISupportErrorInfo *iface) |
| |
| static HRESULT WINAPI | SupportErrorInfo_InterfaceSupportsErrorInfo (ISupportErrorInfo *iface, REFIID riid) |
| |
| HRESULT | node_create_supporterrorinfo (enum tid_t const *iids, void **obj) |
| |
| xmlnode * | get_node_obj (IXMLDOMNode *node) |
| |
| HRESULT | node_get_nodeName (xmlnode *This, BSTR *name) |
| |
| HRESULT | node_get_content (xmlnode *This, VARIANT *value) |
| |
| HRESULT | node_set_content (xmlnode *This, LPCWSTR value) |
| |
| static HRESULT | node_set_content_escaped (xmlnode *This, LPCWSTR value) |
| |
| HRESULT | node_put_value (xmlnode *This, VARIANT *value) |
| |
| HRESULT | node_put_value_escaped (xmlnode *This, VARIANT *value) |
| |
| static HRESULT | get_node (xmlnode *This, const char *name, xmlNodePtr node, IXMLDOMNode **out) |
| |
| HRESULT | node_get_parent (xmlnode *This, IXMLDOMNode **parent) |
| |
| HRESULT | node_get_child_nodes (xmlnode *This, IXMLDOMNodeList **ret) |
| |
| HRESULT | node_get_first_child (xmlnode *This, IXMLDOMNode **ret) |
| |
| HRESULT | node_get_last_child (xmlnode *This, IXMLDOMNode **ret) |
| |
| HRESULT | node_get_previous_sibling (xmlnode *This, IXMLDOMNode **ret) |
| |
| HRESULT | node_get_next_sibling (xmlnode *This, IXMLDOMNode **ret) |
| |
| static int | node_get_inst_cnt (xmlNodePtr node) |
| |
| int | xmlnode_get_inst_cnt (xmlnode *node) |
| |
| void | xmlnode_add_ref (xmlNodePtr node) |
| |
| void | xmlnode_release (xmlNodePtr node) |
| |
| HRESULT | node_insert_before (xmlnode *This, IXMLDOMNode *new_child, const VARIANT *ref_child, IXMLDOMNode **ret) |
| |
| HRESULT | node_replace_child (xmlnode *This, IXMLDOMNode *newChild, IXMLDOMNode *oldChild, IXMLDOMNode **ret) |
| |
| HRESULT | node_remove_child (xmlnode *This, IXMLDOMNode *child, IXMLDOMNode **oldChild) |
| |
| HRESULT | node_append_child (xmlnode *This, IXMLDOMNode *child, IXMLDOMNode **outChild) |
| |
| HRESULT | node_has_childnodes (const xmlnode *This, VARIANT_BOOL *ret) |
| |
| HRESULT | node_get_owner_doc (const xmlnode *This, IXMLDOMDocument **doc) |
| |
| HRESULT | node_clone (xmlnode *This, VARIANT_BOOL deep, IXMLDOMNode **cloneNode) |
| |
| static xmlChar * | do_get_text (xmlNodePtr node, BOOL trim, DWORD *first, DWORD *last, BOOL *trail_ig_ws) |
| |
| HRESULT | node_get_text (const xmlnode *This, BSTR *text) |
| |
| HRESULT | node_put_text (xmlnode *This, BSTR text) |
| |
| BSTR | EnsureCorrectEOL (BSTR sInput) |
| |
| HRESULT | node_get_xml (xmlnode *This, BOOL ensure_eol, BSTR *ret) |
| |
| static void | xml_write_quotedstring (xmlOutputBufferPtr buf, const xmlChar *string) |
| |
| static int XMLCALL | transform_to_stream_write (void *context, const char *buffer, int len) |
| |
| static void | transform_write_text (xmlDocPtr result, xsltStylesheetPtr style, xmlOutputBufferPtr output) |
| |
| static void | transform_write_xmldecl (xmlDocPtr result, xsltStylesheetPtr style, BOOL omit_encoding, xmlOutputBufferPtr output) |
| |
| static void | htmldtd_dumpcontent (xmlOutputBufferPtr buf, xmlDocPtr doc) |
| |
| static void | htmldoc_dumpcontent (xmlOutputBufferPtr buf, xmlDocPtr doc, const char *encoding, int format) |
| |
| static BOOL | transform_is_empty_resultdoc (xmlDocPtr result) |
| |
| static BOOL | transform_is_valid_method (xsltStylesheetPtr style) |
| |
| static HRESULT | node_transform_write (xsltStylesheetPtr style, xmlDocPtr result, BOOL omit_encoding, const char *encoding, xmlOutputBufferPtr output) |
| |
| static HRESULT | node_transform_write_to_bstr (xsltStylesheetPtr style, xmlDocPtr result, BSTR *str) |
| |
| static HRESULT | node_transform_write_to_stream (xsltStylesheetPtr style, xmlDocPtr result, ISequentialStream *stream) |
| |
| static int XMLCALL | import_loader_io_read (void *context, char *out, int len) |
| |
| static int XMLCALL | import_loader_io_close (void *context) |
| |
| static HRESULT | import_loader_onDataAvailable (void *ctxt, char *ptr, DWORD len) |
| |
| static HRESULT | xslt_doc_get_uri (const xmlChar *uri, void *_ctxt, xsltLoadType type, IUri **doc_uri) |
| |
| xmlDocPtr | xslt_doc_default_loader (const xmlChar *uri, xmlDictPtr dict, int options, void *_ctxt, xsltLoadType type) |
| |
| HRESULT | node_transform_node_params (const xmlnode *This, IXMLDOMNode *stylesheet, BSTR *p, ISequentialStream *stream, const struct xslprocessor_params *params) |
| |
| HRESULT | node_transform_node (const xmlnode *node, IXMLDOMNode *stylesheet, BSTR *p) |
| |
| HRESULT | node_select_nodes (const xmlnode *This, BSTR query, IXMLDOMNodeList **nodes) |
| |
| HRESULT | node_select_singlenode (const xmlnode *This, BSTR query, IXMLDOMNode **node) |
| |
| HRESULT | node_get_namespaceURI (xmlnode *This, BSTR *namespaceURI) |
| |
| HRESULT | node_get_prefix (xmlnode *This, BSTR *prefix) |
| |
| HRESULT | node_get_base_name (xmlnode *This, BSTR *name) |
| |
| void | destroy_xmlnode (xmlnode *This) |
| |
| void | init_xmlnode (xmlnode *This, xmlNodePtr node, IXMLDOMNode *node_iface, dispex_static_data_t *dispex_data) |
| |
| static unknode * | unknode_from_IXMLDOMNode (IXMLDOMNode *iface) |
| |
| static HRESULT WINAPI | unknode_QueryInterface (IXMLDOMNode *iface, REFIID riid, void **ppvObject) |
| |
| static ULONG WINAPI | unknode_AddRef (IXMLDOMNode *iface) |
| |
| static ULONG WINAPI | unknode_Release (IXMLDOMNode *iface) |
| |
| static HRESULT WINAPI | unknode_GetTypeInfoCount (IXMLDOMNode *iface, UINT *pctinfo) |
| |
| static HRESULT WINAPI | unknode_GetTypeInfo (IXMLDOMNode *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| |
| static HRESULT WINAPI | unknode_GetIDsOfNames (IXMLDOMNode *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| |
| static HRESULT WINAPI | unknode_Invoke (IXMLDOMNode *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| |
| static HRESULT WINAPI | unknode_get_nodeName (IXMLDOMNode *iface, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_get_nodeValue (IXMLDOMNode *iface, VARIANT *value) |
| |
| static HRESULT WINAPI | unknode_put_nodeValue (IXMLDOMNode *iface, VARIANT value) |
| |
| static HRESULT WINAPI | unknode_get_nodeType (IXMLDOMNode *iface, DOMNodeType *domNodeType) |
| |
| static HRESULT WINAPI | unknode_get_parentNode (IXMLDOMNode *iface, IXMLDOMNode **parent) |
| |
| static HRESULT WINAPI | unknode_get_childNodes (IXMLDOMNode *iface, IXMLDOMNodeList **outList) |
| |
| static HRESULT WINAPI | unknode_get_firstChild (IXMLDOMNode *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT WINAPI | unknode_get_lastChild (IXMLDOMNode *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT WINAPI | unknode_get_previousSibling (IXMLDOMNode *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT WINAPI | unknode_get_nextSibling (IXMLDOMNode *iface, IXMLDOMNode **domNode) |
| |
| static HRESULT WINAPI | unknode_get_attributes (IXMLDOMNode *iface, IXMLDOMNamedNodeMap **attributeMap) |
| |
| static HRESULT WINAPI | unknode_insertBefore (IXMLDOMNode *iface, IXMLDOMNode *newNode, VARIANT refChild, IXMLDOMNode **outOldNode) |
| |
| static HRESULT WINAPI | unknode_replaceChild (IXMLDOMNode *iface, IXMLDOMNode *newNode, IXMLDOMNode *oldNode, IXMLDOMNode **outOldNode) |
| |
| static HRESULT WINAPI | unknode_removeChild (IXMLDOMNode *iface, IXMLDOMNode *domNode, IXMLDOMNode **oldNode) |
| |
| static HRESULT WINAPI | unknode_appendChild (IXMLDOMNode *iface, IXMLDOMNode *newNode, IXMLDOMNode **outNewNode) |
| |
| static HRESULT WINAPI | unknode_hasChildNodes (IXMLDOMNode *iface, VARIANT_BOOL *pbool) |
| |
| static HRESULT WINAPI | unknode_get_ownerDocument (IXMLDOMNode *iface, IXMLDOMDocument **domDocument) |
| |
| static HRESULT WINAPI | unknode_cloneNode (IXMLDOMNode *iface, VARIANT_BOOL pbool, IXMLDOMNode **outNode) |
| |
| static HRESULT WINAPI | unknode_get_nodeTypeString (IXMLDOMNode *iface, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_get_text (IXMLDOMNode *iface, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_put_text (IXMLDOMNode *iface, BSTR p) |
| |
| static HRESULT WINAPI | unknode_get_specified (IXMLDOMNode *iface, VARIANT_BOOL *isSpecified) |
| |
| static HRESULT WINAPI | unknode_get_definition (IXMLDOMNode *iface, IXMLDOMNode **definitionNode) |
| |
| static HRESULT WINAPI | unknode_get_nodeTypedValue (IXMLDOMNode *iface, VARIANT *var1) |
| |
| static HRESULT WINAPI | unknode_put_nodeTypedValue (IXMLDOMNode *iface, VARIANT typedValue) |
| |
| static HRESULT WINAPI | unknode_get_dataType (IXMLDOMNode *iface, VARIANT *var1) |
| |
| static HRESULT WINAPI | unknode_put_dataType (IXMLDOMNode *iface, BSTR p) |
| |
| static HRESULT WINAPI | unknode_get_xml (IXMLDOMNode *iface, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_transformNode (IXMLDOMNode *iface, IXMLDOMNode *domNode, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_selectNodes (IXMLDOMNode *iface, BSTR p, IXMLDOMNodeList **outList) |
| |
| static HRESULT WINAPI | unknode_selectSingleNode (IXMLDOMNode *iface, BSTR p, IXMLDOMNode **outNode) |
| |
| static HRESULT WINAPI | unknode_get_parsed (IXMLDOMNode *iface, VARIANT_BOOL *isParsed) |
| |
| static HRESULT WINAPI | unknode_get_namespaceURI (IXMLDOMNode *iface, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_get_prefix (IXMLDOMNode *iface, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_get_baseName (IXMLDOMNode *iface, BSTR *p) |
| |
| static HRESULT WINAPI | unknode_transformNodeToObject (IXMLDOMNode *iface, IXMLDOMNode *domNode, VARIANT var1) |
| |
| IXMLDOMNode * | create_node (xmlNodePtr node) |
| |