ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <stdio.h>
#include <assert.h>
#include "windows.h"
#include "msxml.h"
#include "msxml2.h"
#include "msxml2did.h"
#include "ole2.h"
#include "dispex.h"
#include "objsafe.h"
#include "mshtml.h"
#include "initguid.h"
#include "asptlb.h"
#include "wine/heap.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | msxmlsupported_data_t |
struct | dispevent |
struct | docload_ret_t |
struct | leading_spaces_t |
struct | refcount_test_t |
struct | queryresult_t |
struct | whitespace_t |
struct | selection_ns_t |
struct | xpath_test_t |
struct | put_datatype_t |
struct | put_datatype_notype_t |
struct | namespaces_change_t |
struct | _nodetypedvalue_t |
struct | _property_test_t |
struct | xslpattern_test_t |
struct | ns_item_t |
struct | node_type_t |
struct | _get_node_typestring_t |
struct | _get_attributes_t |
struct | supporterror_t |
struct | node_value_t |
struct | attrtest_t |
struct | _namespace_as_attribute_t |
Typedefs | |
typedef struct _nodetypedvalue_t | nodetypedvalue_t |
typedef struct _property_test_t | property_test_t |
typedef struct _get_node_typestring_t | get_node_typestring_t |
typedef struct _get_attributes_t | get_attributes_t |
typedef struct _namespace_as_attribute_t | namespace_as_attribute_t |
#define check_default_props | ( | doc | ) | _check_default_props(__LINE__, doc) |
#define check_set_props | ( | doc | ) | _check_set_props(__LINE__, doc) |
#define check_ws_ignored | ( | ver, | |
doc, | |||
str | |||
) | _check_ws_ignored(__LINE__, ver, doc, str) |
#define check_ws_preserved | ( | ver, | |
doc, | |||
str | |||
) | _check_ws_preserved(__LINE__, ver, doc, str) |
#define create_cache | ( | iid | ) | _create_object(&_create(CLSID_XMLSchemaCache), iid, __LINE__) |
#define create_document | ( | iid | ) | _create_object(&_create(CLSID_DOMDocument2), iid, __LINE__) |
#define create_document_version | ( | v, | |
iid | |||
) | _create_object(&_create(CLSID_DOMDocument ## v), iid, __LINE__) |
#define create_xsltemplate | ( | iid | ) | _create_object(&_create(CLSID_XSLTemplate), iid, __LINE__) |
#define EXPECT_CHILDREN | ( | node | ) | _expect_children((IXMLDOMNode*)node, __LINE__) |
#define EXPECT_NO_CHILDREN | ( | node | ) | _expect_no_children((IXMLDOMNode*)node, __LINE__) |
#define set_props | ( | doc, | |
cache | |||
) | _set_props(__LINE__, doc, cache) |
#define SZ_EMAIL_DTD |
#define test_IObjectSafety_common | ( | s | ) | _test_IObjectSafety_common(__LINE__,s) |
#define unset_props | ( | doc | ) | _unset_props(__LINE__, doc) |
typedef struct _get_attributes_t get_attributes_t |
typedef struct _nodetypedvalue_t nodetypedvalue_t |
typedef struct _property_test_t property_test_t |
Definition at line 1244 of file domdoc.c.
Referenced by _check_default_props(), _check_set_props(), _check_ws_ignored(), _check_ws_preserved(), _set_props(), _unset_props(), _variantbstr_(), node_to_string(), test_appendChild(), test_cloneNode(), test_create(), test_create_attribute(), test_createNode(), test_createProcessingInstruction(), test_default_properties(), test_dispex(), test_doc_load_from_path(), test_domdoc(), test_domnode(), test_FormattingXML(), test_get_attributes(), test_get_childNodes(), test_get_dataType(), test_get_doctype(), test_get_firstChild(), test_get_lastChild(), test_get_namespaces(), test_get_nodeTypeString(), test_get_ownerDocument(), test_get_prefix(), test_get_tagName(), test_get_text(), test_get_xml(), test_getAttribute(), test_getAttributeNode(), test_getElementsByTagName(), test_getQualifiedItem(), test_insertBefore(), test_IXMLDOMDocument2(), test_load(), test_merging_text(), test_mxnamespacemanager(), test_mxnamespacemanager_override(), test_namedmap_newenum(), test_namespaces_as_attributes(), test_namespaces_basic(), test_namespaces_change(), test_newline_normalization(), test_nodeTypedValue(), test_nodeValue(), test_normalize_attribute_values(), test_preserve_charref(), test_put_data(), test_put_dataType(), test_put_nodeTypedValue(), test_put_nodeValue(), test_refs(), test_removeChild(), test_removeNamedItem(), test_removeQualifiedItem(), test_replaceChild(), test_save(), test_selection(), test_selectSingleNode(), test_setAttributeNode(), test_splitText(), test_supporterrorinfo(), test_testTransforms(), test_transformNodeToObject(), test_TransformWithLoadingLocalFile(), test_whitespace(), test_xmlns_attribute(), test_xmlTypes(), test_XPath(), test_XSLPattern(), test_xsltemplate(), and test_xsltext().
Definition at line 7834 of file domdoc.c.
|
inlinestatic |
Definition at line 4518 of file domdoc.c.
|
inlinestatic |
Definition at line 4556 of file domdoc.c.
|
static |
Definition at line 1215 of file domdoc.c.
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 7881 of file domdoc.c.
|
static |
Definition at line 4128 of file domdoc.c.
|
static |
Definition at line 4092 of file domdoc.c.
Definition at line 7898 of file domdoc.c.
Definition at line 1259 of file domdoc.c.
Referenced by _set_props(), _unset_props(), test_IXMLDOMDocument2(), test_whitespace(), test_XPath(), and test_XSLPattern().
Definition at line 1233 of file domdoc.c.
Referenced by _bstr_().
Definition at line 1267 of file domdoc.c.
Referenced by test_testTransforms(), and test_TransformWithLoadingLocalFile().
Definition at line 234 of file domdoc.c.
Referenced by test_events().
Definition at line 76 of file domdoc.c.
Referenced by get_class_support_data().
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
DEFINE_GUID | ( | IID_transformdest_unknown | , |
0xf5078f3a | , | ||
0xc551 | , | ||
0x11d3 | , | ||
0x89 | , | ||
0xb9 | , | ||
0x00 | , | ||
0x00 | , | ||
0xf8 | , | ||
0x1f | , | ||
0xe2 | , | ||
0x21 | |||
) |
|
static |
|
static |
|
static |
Definition at line 202 of file domdoc.c.
|
static |
Definition at line 147 of file domdoc.c.
Definition at line 1251 of file domdoc.c.
Referenced by test_cloneNode(), test_create_attribute(), test_createNode(), test_dispex(), test_domdoc(), test_domnode(), test_FormattingXML(), test_get_attributes(), test_get_childNodes(), test_get_dataType(), test_get_firstChild(), test_get_lastChild(), test_get_namespaces(), test_get_nodeTypeString(), test_get_ownerDocument(), test_get_prefix(), test_get_tagName(), test_get_text(), test_get_xml(), test_getAttribute(), test_getAttributeNode(), test_getElementsByTagName(), test_getQualifiedItem(), test_IXMLDOMDocument2(), test_load(), test_merging_text(), test_mxnamespacemanager(), test_mxnamespacemanager_override(), test_namespaces_as_attributes(), test_namespaces_basic(), test_namespaces_change(), test_newline_normalization(), test_nodeTypedValue(), test_put_data(), test_put_dataType(), test_put_nodeTypedValue(), test_put_nodeValue(), test_refs(), test_removeChild(), test_removeNamedItem(), test_removeQualifiedItem(), test_replaceChild(), test_save(), test_selection(), test_selectSingleNode(), test_setAttributeNode(), test_splitText(), test_supporterrorinfo(), test_testTransforms(), test_transformNodeToObject(), test_TransformWithLoadingLocalFile(), test_whitespace(), test_xmlns_attribute(), test_xmlTypes(), test_XPath(), test_XSLPattern(), test_xsltemplate(), and test_xsltext().
|
static |
Definition at line 97 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 1307 of file domdoc.c.
Referenced by node_to_string().
|
static |
Definition at line 1280 of file domdoc.c.
Referenced by node_to_string().
Definition at line 142 of file domdoc.c.
Referenced by dispevent_AddRef(), and dispevent_Release().
Definition at line 118 of file domdoc.c.
Referenced by START_TEST(), test_default_properties(), test_dispex(), test_domdoc(), test_get_namespaces(), test_get_ownerDocument(), test_IXMLDOMDocument2(), test_namespaces_as_attributes(), test_namespaces_change(), test_newline_normalization(), test_normalize_attribute_values(), test_parseerror(), test_putref_schemas(), test_supporterrorinfo(), test_whitespace(), test_XPath(), and test_xsltemplate().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1375 of file domdoc.c.
Referenced by test_load(), test_XPath(), and test_XSLPattern().
|
static |
Definition at line 1326 of file domdoc.c.
Referenced by list_to_string().
Definition at line 491 of file domdoc.c.
|
static |
|
static |
|
static |
|
static |
START_TEST | ( | domdoc | ) |
Definition at line 13036 of file domdoc.c.
Definition at line 9427 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5183 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2892 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12595 of file domdoc.c.