|
ReactOS 0.4.16-dev-2208-g6350669
|
#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 "docobj.h"#include "xmlparser.h"#include "initguid.h"#include "asptlb.h"#include "shlwapi.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 |
| struct | _validate_on_parse_test_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 |
| typedef struct _validate_on_parse_test_t | validate_on_parse_test_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 EXPECT_PARSE_ERROR | ( | doc, | |
| hr_exp, | |||
| hr_todo | |||
| ) | _expect_parse_error(doc, hr_exp, hr_todo, __LINE__) |
| #define set_props | ( | doc, | |
| cache | |||
| ) | _set_props(__LINE__, doc, cache) |
| #define SZ_EMAIL_DTD |
| #define TEST_DOC_LOAD_FROM_PATH | ( | doc, | |
| path, | |||
| expected_hr, | |||
| expected_ret | |||
| ) | _test_doc_load_from_path(doc, path, expected_hr, expected_ret, __LINE__) |
| #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 1232 of file domdoc.c.
Referenced by _check_default_props(), _check_set_props(), _check_ws_ignored(), _check_ws_preserved(), _set_props(), _test_doc_load_from_path(), _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_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_load_with_site(), test_max_element_depth_values(), 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_validate_on_parse_values(), test_whitespace(), test_xmlns_attribute(), test_xmlTypes(), test_XPath(), test_XSLPattern(), test_xsltemplate(), and test_xsltext().
|
inlinestatic |
Definition at line 8130 of file domdoc.c.
|
inlinestatic |
|
inlinestatic |
Definition at line 4659 of file domdoc.c.
|
inlinestatic |
Definition at line 4697 of file domdoc.c.
|
static |
Definition at line 1203 of file domdoc.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 720 of file domdoc.c.
|
inlinestatic |
Definition at line 8184 of file domdoc.c.
|
static |
Definition at line 10827 of file domdoc.c.
|
static |
Definition at line 4225 of file domdoc.c.
|
static |
Definition at line 4189 of file domdoc.c.
|
inlinestatic |
Definition at line 1247 of file domdoc.c.
Referenced by _set_props(), _unset_props(), test_IXMLDOMDocument2(), test_whitespace(), test_XPath(), and test_XSLPattern().
Definition at line 1221 of file domdoc.c.
Referenced by _bstr_().
|
static |
Definition at line 57 of file domdoc.c.
Definition at line 1255 of file domdoc.c.
Referenced by test_testTransforms(), test_transformNodeToObject(), and test_TransformWithLoadingLocalFile().
Definition at line 253 of file domdoc.c.
Referenced by test_events().
Definition at line 95 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 221 of file domdoc.c.
|
static |
Definition at line 1239 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_load_with_site(), 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 116 of file domdoc.c.
|
static |
Definition at line 1295 of file domdoc.c.
Referenced by node_to_string().
|
static |
Definition at line 1268 of file domdoc.c.
Referenced by node_to_string().
Definition at line 161 of file domdoc.c.
Referenced by dispevent_AddRef(), and dispevent_Release().
Definition at line 137 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_validate_on_parse_values(), test_whitespace(), test_XPath(), and test_xsltemplate().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1365 of file domdoc.c.
Referenced by test_load(), test_XPath(), and test_XSLPattern().
Definition at line 14271 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 1314 of file domdoc.c.
Referenced by list_to_string().
Definition at line 13956 of file domdoc.c.
Referenced by test_load_with_site().
Definition at line 510 of file domdoc.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 13982 of file domdoc.c.
|
static |
Definition at line 14010 of file domdoc.c.
|
static |
| START_TEST | ( | domdoc | ) |
Definition at line 14283 of file domdoc.c.
Definition at line 7057 of file domdoc.c.
Referenced by test_nodeTypedValue().
Definition at line 9941 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5372 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2943 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13397 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8503 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8837 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7535 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11683 of file domdoc.c.
Referenced by START_TEST().
Definition at line 1430 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2213 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11124 of file domdoc.c.
Referenced by test_dispex(), and test_mxnamespacemanager().
Definition at line 8768 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6981 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10197 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3583 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10085 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9986 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3786 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3815 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12532 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10140 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8225 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8591 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10030 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3491 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9217 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12176 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12123 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3405 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7967 of file domdoc.c.
Referenced by START_TEST().
Definition at line 14237 of file domdoc.c.
Referenced by new_thread(), and START_TEST().
Definition at line 9560 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7493 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4321 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10887 of file domdoc.c.
Referenced by START_TEST().
Definition at line 14039 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13731 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13492 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11176 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11564 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13146 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13781 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6888 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6823 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12932 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7075 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12414 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13693 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12087 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2157 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 12826 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6499 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9005 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7405 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13072 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2645 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3854 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4065 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8068 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3953 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6591 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10490 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8704 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8357 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7823 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12243 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6769 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13589 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7321 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13473 of file domdoc.c.
Referenced by START_TEST().
Definition at line 14105 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4794 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12458 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5520 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5013 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7671 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9333 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13341 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 10810 of file domdoc.c.
Referenced by test_load(), and test_load_with_site().
|
static |
Definition at line 1229 of file domdoc.c.
Referenced by _bstr_(), and free_bstrs().
|
static |
Definition at line 1230 of file domdoc.c.
Referenced by _bstr_(), and free_bstrs().
Definition at line 1178 of file domdoc.c.
Referenced by test_namedmap_newenum().
|
static |
Definition at line 13385 of file domdoc.c.
Referenced by test_create_attribute().
Definition at line 853 of file domdoc.c.
Referenced by test_preserve_charref().
Definition at line 750 of file domdoc.c.
Referenced by test_cloneNode(), test_domdoc(), test_domnode(), test_get_attributes(), test_get_childNodes(), test_get_firstChild(), test_get_lastChild(), test_get_ownerDocument(), test_get_text(), test_getElementsByTagName(), test_getQualifiedItem(), test_IXMLDOMDocument2(), test_load(), test_persiststream(), test_refs(), test_removeChild(), test_removeNamedItem(), test_removeQualifiedItem(), test_replaceChild(), test_selectSingleNode(), test_setAttributeNode(), and test_supporterrorinfo().
Definition at line 771 of file domdoc.c.
Referenced by test_whitespace().
Definition at line 1172 of file domdoc.c.
Referenced by test_getQualifiedItem(), and test_removeNamedItem().
|
static |
Definition at line 242 of file domdoc.c.
Referenced by create_dispevent().
|
static |
Definition at line 81 of file domdoc.c.
Referenced by is_clsid_supported(), START_TEST(), and test_newline_normalization().
|
static |
Definition at line 3396 of file domdoc.c.
Referenced by test_getElementsByTagName().
|
static |
Definition at line 71 of file domdoc.c.
Referenced by dispevent_Invoke().
|
static |
Definition at line 71 of file domdoc.c.
Referenced by dispevent_GetIDsOfNames(), dispevent_GetTypeInfo(), and dispevent_GetTypeInfoCount().
Definition at line 783 of file domdoc.c.
Referenced by test_load().
|
static |
Definition at line 10186 of file domdoc.c.
Referenced by test_get_attributes().
|
static |
Definition at line 10073 of file domdoc.c.
Referenced by test_get_dataType().
|
static |
Definition at line 10128 of file domdoc.c.
Referenced by test_get_nodeTypeString().
|
static |
Definition at line 7024 of file domdoc.c.
Referenced by test_nodeTypedValue().
Definition at line 8587 of file domdoc.c.
Referenced by test_get_prefix().
Definition at line 790 of file domdoc.c.
Referenced by test_domdoc(), and test_load().
|
static |
Definition at line 1409 of file domdoc.c.
Referenced by test_domdoc().
Definition at line 1419 of file domdoc.c.
Referenced by test_domdoc().
|
static |
Definition at line 13772 of file domdoc.c.
Referenced by test_namespaces_as_attributes().
|
static |
Definition at line 6813 of file domdoc.c.
Referenced by test_namespaces_change().
Definition at line 12508 of file domdoc.c.
Referenced by test_get_namespaces().
Definition at line 812 of file domdoc.c.
Referenced by test_load().
|
static |
|
static |
Definition at line 12402 of file domdoc.c.
Referenced by test_nodeValue().
Definition at line 1183 of file domdoc.c.
Referenced by test_domdoc(), test_domnode(), and test_getAttributeNode().
Definition at line 13334 of file domdoc.c.
Referenced by test_xsltext().
Definition at line 13321 of file domdoc.c.
Referenced by test_xsltext().
|
static |
Definition at line 7526 of file domdoc.c.
Referenced by test_default_properties().
|
static |
Definition at line 12818 of file domdoc.c.
Referenced by test_put_data().
|
static |
Definition at line 6458 of file domdoc.c.
Referenced by test_put_dataType().
|
static |
Definition at line 6490 of file domdoc.c.
Referenced by test_put_dataType().
|
static |
Definition at line 13954 of file domdoc.c.
Referenced by qi_list_contains(), qi_list_contains_service(), sp_QueryInterface(), sp_QueryService(), and test_load_with_site().
Definition at line 13953 of file domdoc.c.
Referenced by qi_list_contains(), qi_list_contains_service(), sp_QueryInterface(), and sp_QueryService().
Definition at line 7947 of file domdoc.c.
Referenced by test_getQualifiedItem().
|
static |
Definition at line 2633 of file domdoc.c.
Referenced by test_refs().
|
static |
Definition at line 373 of file domdoc.c.
Referenced by test_save().
|
static |
Definition at line 4944 of file domdoc.c.
Referenced by test_XPath().
|
static |
Definition at line 14037 of file domdoc.c.
Referenced by test_load_with_site().
|
static |
|
static |
|
static |
Definition at line 12232 of file domdoc.c.
Referenced by test_supporterrorinfo().
Definition at line 975 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 947 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 955 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 972 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 749 of file domdoc.c.
Referenced by test_domdoc(), and test_load().
Definition at line 767 of file domdoc.c.
Referenced by test_domnode().
Definition at line 999 of file domdoc.c.
Referenced by test_get_doctype(), test_IXMLDOMDocument2(), and test_nodeTypedValue().
Definition at line 1014 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1030 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1045 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1059 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1074 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1087 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1102 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1117 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1132 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1148 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 814 of file domdoc.c.
Referenced by test_getAttribute(), test_getAttributeNode(), test_load(), test_selection(), test_whitespace(), test_XPath(), and test_XSLPattern().
Definition at line 860 of file domdoc.c.
Referenced by test_XSLPattern().
Definition at line 1185 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 907 of file domdoc.c.
Referenced by test_testTransforms(), and test_transformNodeToObject().
Definition at line 890 of file domdoc.c.
Referenced by test_dispex(), test_testTransforms(), test_transformNodeToObject(), and test_xsltemplate().
Definition at line 884 of file domdoc.c.
Referenced by test_testTransforms(), test_transformNodeToObject(), and test_xsltemplate().
Definition at line 912 of file domdoc.c.
Referenced by test_nodeTypedValue(), and test_TransformWithLoadingLocalFile().
|
static |
Definition at line 672 of file domdoc.c.
Referenced by test_xsltemplate().
|
static |
Definition at line 13582 of file domdoc.c.
Referenced by test_transformNodeToObject().
|
static |
Definition at line 14094 of file domdoc.c.
Referenced by test_validate_on_parse_values().
|
static |
Definition at line 4784 of file domdoc.c.
Referenced by test_whitespace().
Definition at line 808 of file domdoc.c.
Referenced by test_save().
Definition at line 804 of file domdoc.c.
Referenced by test_domdoc(), test_load(), test_load_with_site(), and test_save().
Definition at line 797 of file domdoc.c.
Referenced by test_load().
Definition at line 1163 of file domdoc.c.
Referenced by test_dispex(), and test_selection().
|
static |
Definition at line 4978 of file domdoc.c.
Referenced by test_XPath().
Definition at line 12518 of file domdoc.c.
Referenced by test_get_namespaces().
Definition at line 12519 of file domdoc.c.
Referenced by test_get_namespaces().
|
static |
Definition at line 7572 of file domdoc.c.
Referenced by test_XSLPattern().
|
static |
Definition at line 7645 of file domdoc.c.
Referenced by test_XSLPattern().
|
static |
Definition at line 7636 of file domdoc.c.
Referenced by test_XSLPattern().
Definition at line 13308 of file domdoc.c.
Referenced by test_xsltext().