|
ReactOS 0.4.16-dev-2208-g6350669
|
#include <stdarg.h>#include <libxml/parser.h>#include <libxml/xmlerror.h>#include <libxml/xpath.h>#include <libxml/xpathInternals.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "ole2.h"#include "msxml6.h"#include "msxml2did.h"#include "msxml_private.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | enumvariant |
| struct | domselection |
Macros | |
| #define | COBJMACROS |
| #define | XSLPATTERN_CHECK_ARGS(n) |
Variables | |
| static const struct enumvariant_funcs | selection_enumvariant |
| static const struct IXMLDOMSelectionVtbl | domselection_vtbl |
| static const struct IEnumVARIANTVtbl | EnumVARIANTVtbl |
| static const dispex_static_data_vtbl_t | domselection_dispex_vtbl |
| static const tid_t | domselection_iface_tids [] |
| static dispex_static_data_t | domselection_dispex |
| #define COBJMACROS |
Definition at line 23 of file selection.c.
Definition at line 653 of file selection.c.
| HRESULT create_enumvariant | ( | IUnknown * | outer, |
| BOOL | own, | ||
| const struct enumvariant_funcs * | funcs, | ||
| IEnumVARIANT ** | penum | ||
| ) |
Definition at line 565 of file selection.c.
Referenced by domselection_get__newEnum(), domselection_QueryInterface(), schema_cache_get__newEnum(), xmlnodelist__newEnum(), xmlnodelist_QueryInterface(), xmlnodemap__newEnum(), and xmlnodemap_QueryInterface().
| HRESULT create_selection | ( | xmlNodePtr | node, |
| xmlChar * | query, | ||
| IXMLDOMNodeList ** | out | ||
| ) |
Definition at line 764 of file selection.c.
Referenced by domdoc_getElementsByTagName(), domelem_getElementsByTagName(), and node_select_nodes().
|
static |
Definition at line 153 of file selection.c.
|
static |
Definition at line 380 of file selection.c.
|
static |
Definition at line 297 of file selection.c.
|
static |
Definition at line 326 of file selection.c.
|
static |
Definition at line 587 of file selection.c.
|
static |
Definition at line 308 of file selection.c.
|
static |
Definition at line 228 of file selection.c.
|
static |
Definition at line 251 of file selection.c.
|
static |
Definition at line 199 of file selection.c.
|
static |
Definition at line 389 of file selection.c.
|
static |
Definition at line 188 of file selection.c.
|
static |
Definition at line 180 of file selection.c.
|
static |
Definition at line 602 of file selection.c.
|
static |
Definition at line 212 of file selection.c.
|
static |
Definition at line 353 of file selection.c.
|
static |
Definition at line 266 of file selection.c.
|
static |
Definition at line 344 of file selection.c.
|
static |
Definition at line 317 of file selection.c.
|
static |
Definition at line 335 of file selection.c.
|
static |
Definition at line 109 of file selection.c.
|
static |
Definition at line 162 of file selection.c.
|
static |
Definition at line 372 of file selection.c.
|
static |
Definition at line 363 of file selection.c.
|
static |
Definition at line 287 of file selection.c.
|
static |
Definition at line 399 of file selection.c.
|
static |
Definition at line 467 of file selection.c.
|
static |
Definition at line 546 of file selection.c.
|
static |
Definition at line 490 of file selection.c.
|
static |
Definition at line 437 of file selection.c.
|
static |
Definition at line 475 of file selection.c.
|
static |
Definition at line 537 of file selection.c.
|
static |
Definition at line 528 of file selection.c.
|
inlinestatic |
Definition at line 104 of file selection.c.
Referenced by enumvariant_AddRef(), enumvariant_Clone(), enumvariant_Next(), enumvariant_QueryInterface(), enumvariant_Release(), and enumvariant_Reset().
|
inlinestatic |
Definition at line 99 of file selection.c.
Referenced by domselection_AddRef(), domselection_clone(), domselection_get__newEnum(), domselection_get_context(), domselection_get_expr(), domselection_get_item(), domselection_get_length(), domselection_GetIDsOfNames(), domselection_getProperty(), domselection_GetTypeInfo(), domselection_GetTypeInfoCount(), domselection_invoke(), domselection_Invoke(), domselection_matches(), domselection_nextNode(), domselection_peekNode(), domselection_put_expr(), domselection_putref_context(), domselection_QueryInterface(), domselection_Release(), domselection_removeAll(), domselection_removeNext(), domselection_reset(), and domselection_setProperty().
| int registerNamespaces | ( | xmlXPathContextPtr | ctxt | ) |
Definition at line 235 of file domdoc.c.
Referenced by create_selection().
Definition at line 80 of file selection.c.
Definition at line 86 of file selection.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msxml | ) |
Definition at line 669 of file selection.c.
Referenced by create_selection().
Definition at line 661 of file selection.c.
Referenced by create_selection().
Definition at line 681 of file selection.c.
Referenced by create_selection().
Definition at line 687 of file selection.c.
Referenced by create_selection().
Definition at line 747 of file selection.c.
Referenced by create_selection().
Definition at line 735 of file selection.c.
Referenced by create_selection().
Definition at line 723 of file selection.c.
Referenced by create_selection().
Definition at line 711 of file selection.c.
Referenced by create_selection().
Definition at line 699 of file selection.c.
Referenced by create_selection().
Referenced by create_selection().
|
static |
Definition at line 646 of file selection.c.
Referenced by create_selection().
|
static |
Definition at line 637 of file selection.c.
Definition at line 642 of file selection.c.
Definition at line 409 of file selection.c.
Referenced by create_selection().
Definition at line 554 of file selection.c.
Referenced by create_enumvariant().
|
static |
Definition at line 94 of file selection.c.
Referenced by domselection_get__newEnum(), and domselection_QueryInterface().