|
ReactOS 0.4.16-dev-1996-g5047e62
|
#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().
Definition at line 8139 of file domdoc.c.
|
inlinestatic |
Definition at line 4665 of file domdoc.c.
|
inlinestatic |
Definition at line 4703 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 8193 of file domdoc.c.
|
static |
Definition at line 10871 of file domdoc.c.
|
static |
Definition at line 4231 of file domdoc.c.
|
static |
Definition at line 4195 of file domdoc.c.
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.
Referenced by START_TEST().
|
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 14336 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 14021 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 14047 of file domdoc.c.
|
static |
Definition at line 14075 of file domdoc.c.
|
static |
| START_TEST | ( | domdoc | ) |
Definition at line 14348 of file domdoc.c.
Definition at line 7063 of file domdoc.c.
Referenced by test_nodeTypedValue().
Definition at line 9970 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5378 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2943 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13456 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8515 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8849 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7544 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11733 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 11174 of file domdoc.c.
Referenced by test_dispex(), and test_mxnamespacemanager().
Definition at line 8780 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6987 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10226 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3583 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10114 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10015 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 12582 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10169 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8234 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8603 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10059 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3491 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9235 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12226 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12173 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3405 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7976 of file domdoc.c.
Referenced by START_TEST().
Definition at line 14302 of file domdoc.c.
Referenced by new_thread(), and START_TEST().
Definition at line 9578 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7502 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4327 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10937 of file domdoc.c.
Referenced by START_TEST().
Definition at line 14104 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13790 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13551 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11226 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11614 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13199 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13840 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6894 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6829 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12985 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7081 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12464 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13752 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12137 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2157 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 12879 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6505 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9023 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7414 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13125 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 8077 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3953 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6597 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10519 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8716 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8369 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7832 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12293 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6775 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13648 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7327 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13532 of file domdoc.c.
Referenced by START_TEST().
Definition at line 14170 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4800 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12508 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5526 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5019 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7680 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9351 of file domdoc.c.
Referenced by START_TEST().
Definition at line 13400 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 10854 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 13444 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 10215 of file domdoc.c.
Referenced by test_get_attributes().
|
static |
Definition at line 10102 of file domdoc.c.
Referenced by test_get_dataType().
|
static |
Definition at line 10157 of file domdoc.c.
Referenced by test_get_nodeTypeString().
|
static |
Definition at line 7030 of file domdoc.c.
Referenced by test_nodeTypedValue().
Definition at line 8599 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 13831 of file domdoc.c.
Referenced by test_namespaces_as_attributes().
|
static |
Definition at line 6819 of file domdoc.c.
Referenced by test_namespaces_change().
Definition at line 12558 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 12452 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 13393 of file domdoc.c.
Referenced by test_xsltext().
Definition at line 13380 of file domdoc.c.
Referenced by test_xsltext().
|
static |
Definition at line 7535 of file domdoc.c.
Referenced by test_default_properties().
|
static |
Definition at line 12871 of file domdoc.c.
Referenced by test_put_data().
|
static |
Definition at line 6464 of file domdoc.c.
Referenced by test_put_dataType().
|
static |
Definition at line 6496 of file domdoc.c.
Referenced by test_put_dataType().
|
static |
Definition at line 14019 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 14018 of file domdoc.c.
Referenced by qi_list_contains(), qi_list_contains_service(), sp_QueryInterface(), and sp_QueryService().
Definition at line 7956 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 4950 of file domdoc.c.
Referenced by test_XPath().
|
static |
Definition at line 14102 of file domdoc.c.
Referenced by test_load_with_site().
|
static |
|
static |
|
static |
Definition at line 12282 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 13641 of file domdoc.c.
Referenced by test_transformNodeToObject().
|
static |
Definition at line 14159 of file domdoc.c.
Referenced by test_validate_on_parse_values().
|
static |
Definition at line 4790 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 4984 of file domdoc.c.
Referenced by test_XPath().
Definition at line 12568 of file domdoc.c.
Referenced by test_get_namespaces().
Definition at line 12569 of file domdoc.c.
Referenced by test_get_namespaces().
|
static |
Definition at line 7581 of file domdoc.c.
Referenced by test_XSLPattern().
|
static |
Definition at line 7654 of file domdoc.c.
Referenced by test_XSLPattern().
|
static |
Definition at line 7645 of file domdoc.c.
Referenced by test_XSLPattern().
Definition at line 13367 of file domdoc.c.
Referenced by test_xsltext().