ReactOS 0.4.16-dev-1007-g2e85425
|
#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.
Referenced by START_TEST().
Definition at line 8180 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8514 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7242 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10979 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 10191 of file domdoc.c.
Referenced by test_load().
Definition at line 1439 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2194 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10418 of file domdoc.c.
Referenced by test_dispex(), and test_mxnamespacemanager().
Definition at line 8445 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6747 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9684 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3560 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9572 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9472 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3727 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3757 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11828 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9627 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7911 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8268 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9517 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3442 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8721 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11472 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11419 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3356 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7671 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9060 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7200 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4224 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10247 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12690 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10471 of file domdoc.c.
Referenced by START_TEST().
Definition at line 10860 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12399 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12884 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6654 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6589 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12185 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6818 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11710 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12830 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11383 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2150 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 12078 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6311 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8535 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7110 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12325 of file domdoc.c.
Referenced by START_TEST().
Definition at line 2594 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3798 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4009 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7772 of file domdoc.c.
Referenced by START_TEST().
Definition at line 3897 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6403 of file domdoc.c.
Referenced by START_TEST().
Definition at line 9927 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8381 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8034 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7527 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11539 of file domdoc.c.
Referenced by START_TEST().
Definition at line 6535 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12787 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7026 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12671 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4657 of file domdoc.c.
Referenced by START_TEST().
Definition at line 11754 of file domdoc.c.
Referenced by START_TEST().
Definition at line 5332 of file domdoc.c.
Referenced by START_TEST().
Definition at line 4857 of file domdoc.c.
Referenced by START_TEST().
Definition at line 7378 of file domdoc.c.
Referenced by START_TEST().
Definition at line 8837 of file domdoc.c.
Referenced by START_TEST().
Definition at line 12540 of file domdoc.c.
Referenced by START_TEST().
|
static |
Definition at line 10176 of file domdoc.c.
Referenced by test_load().
|
static |
Definition at line 1241 of file domdoc.c.
Referenced by _bstr_(), and free_bstrs().
|
static |
Definition at line 1242 of file domdoc.c.
Referenced by _bstr_(), and free_bstrs().
Definition at line 1142 of file domdoc.c.
Referenced by test_namedmap_newenum().
|
static |
Definition at line 12584 of file domdoc.c.
Referenced by test_create_attribute().
Definition at line 821 of file domdoc.c.
Referenced by test_preserve_charref().
Definition at line 723 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_refs(), test_removeChild(), test_removeNamedItem(), test_removeQualifiedItem(), test_replaceChild(), test_selectSingleNode(), test_setAttributeNode(), and test_supporterrorinfo().
Definition at line 760 of file domdoc.c.
Referenced by test_whitespace().
Definition at line 1136 of file domdoc.c.
Referenced by test_getQualifiedItem().
|
static |
Definition at line 223 of file domdoc.c.
Referenced by create_dispevent().
|
static |
Definition at line 62 of file domdoc.c.
Referenced by is_clsid_supported(), START_TEST(), and test_newline_normalization().
|
static |
Definition at line 3347 of file domdoc.c.
Referenced by test_getElementsByTagName().
|
static |
Definition at line 52 of file domdoc.c.
Referenced by dispevent_Invoke().
|
static |
Definition at line 52 of file domdoc.c.
Referenced by dispevent_GetIDsOfNames(), dispevent_GetTypeInfo(), and dispevent_GetTypeInfoCount().
|
static |
Definition at line 9673 of file domdoc.c.
Referenced by test_get_attributes().
|
static |
Definition at line 9560 of file domdoc.c.
Referenced by test_get_dataType().
|
static |
Definition at line 9615 of file domdoc.c.
Referenced by test_get_nodeTypeString().
|
static |
Definition at line 6789 of file domdoc.c.
Referenced by test_nodeTypedValue().
Definition at line 8264 of file domdoc.c.
Referenced by test_get_prefix().
|
static |
Definition at line 1418 of file domdoc.c.
Referenced by test_domdoc().
Definition at line 1428 of file domdoc.c.
Referenced by test_domdoc().
|
static |
Definition at line 12874 of file domdoc.c.
Referenced by test_namespaces_as_attributes().
|
static |
Definition at line 6579 of file domdoc.c.
Referenced by test_namespaces_change().
Definition at line 11804 of file domdoc.c.
Referenced by test_get_namespaces().
Definition at line 780 of file domdoc.c.
Referenced by test_load().
|
static |
|
static |
Definition at line 11698 of file domdoc.c.
Referenced by test_nodeValue().
Definition at line 1150 of file domdoc.c.
Referenced by test_getAttributeNode().
Definition at line 1147 of file domdoc.c.
Referenced by test_domdoc(), test_domnode(), and test_getAttributeNode().
Definition at line 12533 of file domdoc.c.
Referenced by test_xsltext().
Definition at line 12520 of file domdoc.c.
Referenced by test_xsltext().
|
static |
Definition at line 7233 of file domdoc.c.
Referenced by test_default_properties().
|
static |
Definition at line 12070 of file domdoc.c.
Referenced by test_put_data().
|
static |
Definition at line 6270 of file domdoc.c.
Referenced by test_put_dataType().
|
static |
Definition at line 6302 of file domdoc.c.
Referenced by test_put_dataType().
Definition at line 7651 of file domdoc.c.
Referenced by test_getQualifiedItem().
|
static |
Definition at line 2582 of file domdoc.c.
Referenced by test_refs().
|
static |
Definition at line 354 of file domdoc.c.
Referenced by test_save().
|
static |
Definition at line 4788 of file domdoc.c.
Referenced by test_XPath().
|
static |
|
static |
Definition at line 11528 of file domdoc.c.
Referenced by test_supporterrorinfo().
Definition at line 1179 of file domdoc.c.
Referenced by Installer_ProductInfo(), MSI_GetProductInfo(), MsiGetProductInfoA(), MsiGetProductInfoW(), test_create(), test_domdoc(), and test_xmlTypes().
Definition at line 1180 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 939 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 911 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 919 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 936 of file domdoc.c.
Referenced by test_TransformWithLoadingLocalFile().
Definition at line 1161 of file domdoc.c.
Referenced by test_create(), test_domnode(), and test_get_text().
Definition at line 1182 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1187 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1184 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1167 of file domdoc.c.
Referenced by SampInitializeSAM(), test_domdoc(), test_xmlTypes(), unz64local_GetCurrentFileInfoInternal(), unzGetCurrentFileInfo(), unzGetCurrentFileInfo64(), and unzGetGlobalComment().
Definition at line 1169 of file domdoc.c.
Referenced by test_xmlTypes().
|
static |
Definition at line 1168 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 713 of file domdoc.c.
Referenced by test_domdoc(), and test_load().
Definition at line 718 of file domdoc.c.
Referenced by test_domdoc().
Definition at line 740 of file domdoc.c.
Referenced by test_domnode().
Definition at line 754 of file domdoc.c.
Referenced by test_domdoc().
Definition at line 1158 of file domdoc.c.
Referenced by test_create(), and test_domnode().
|
static |
Definition at line 1188 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1153 of file domdoc.c.
Referenced by test_domdoc().
Definition at line 1171 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1172 of file domdoc.c.
Referenced by test_xmlTypes().
|
static |
Definition at line 1173 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1174 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1176 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 963 of file domdoc.c.
Referenced by test_get_doctype(), test_IXMLDOMDocument2(), and test_nodeTypedValue().
Definition at line 978 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 994 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1009 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1023 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1038 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1051 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1066 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1081 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1096 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 1112 of file domdoc.c.
Referenced by test_IXMLDOMDocument2().
Definition at line 708 of file domdoc.c.
Referenced by test_domdoc().
Definition at line 1190 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 1191 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 782 of file domdoc.c.
Referenced by test_getAttribute(), test_getAttributeNode(), test_load(), test_selection(), test_whitespace(), test_XPath(), and test_XSLPattern().
Definition at line 1165 of file domdoc.c.
Referenced by test_get_text().
Definition at line 709 of file domdoc.c.
Referenced by test_domdoc().
Definition at line 1160 of file domdoc.c.
Referenced by test_create(), and test_domnode().
Definition at line 828 of file domdoc.c.
Referenced by test_XSLPattern().
Definition at line 1157 of file domdoc.c.
Referenced by IHlink_fnNavigate(), test_domdoc(), and test_domnode().
Definition at line 1164 of file domdoc.c.
Referenced by test_domobj_dispex(), and test_getElementsByTagName().
Definition at line 1162 of file domdoc.c.
Referenced by test_create(), test_domdoc(), test_domnode(), test_merging_text(), and test_xmlTypes().
Definition at line 1163 of file domdoc.c.
Referenced by test_create(), test_get_text(), and test_merging_text().
Definition at line 1192 of file domdoc.c.
Referenced by test_xmlTypes().
Definition at line 875 of file domdoc.c.
Referenced by test_testTransforms().
Definition at line 858 of file domdoc.c.
Referenced by test_dispex(), test_testTransforms(), test_transformNodeToObject(), and test_xsltemplate().
Definition at line 852 of file domdoc.c.
Referenced by test_testTransforms(), test_transformNodeToObject(), and test_xsltemplate().
Definition at line 880 of file domdoc.c.
Referenced by test_nodeTypedValue(), and test_TransformWithLoadingLocalFile().
Definition at line 1159 of file domdoc.c.
Referenced by test_get_text(), and test_removeNamedItem().
|
static |
Definition at line 653 of file domdoc.c.
Referenced by test_xsltemplate().
|
static |
Definition at line 12780 of file domdoc.c.
Referenced by test_transformNodeToObject().
|
static |
Definition at line 4647 of file domdoc.c.
Referenced by test_whitespace().
Definition at line 776 of file domdoc.c.
Referenced by test_save().
Definition at line 772 of file domdoc.c.
Referenced by test_domdoc(), test_load(), and test_save().
Definition at line 1127 of file domdoc.c.
Referenced by test_dispex(), and test_selection().
|
static |
Definition at line 4822 of file domdoc.c.
Referenced by test_XPath().
Definition at line 11814 of file domdoc.c.
Referenced by test_get_namespaces().
Definition at line 11815 of file domdoc.c.
Referenced by test_get_namespaces().
|
static |
Definition at line 7279 of file domdoc.c.
Referenced by test_XSLPattern().
|
static |
Definition at line 7352 of file domdoc.c.
Referenced by test_XSLPattern().
|
static |
Definition at line 7343 of file domdoc.c.
Referenced by test_XSLPattern().
Definition at line 12507 of file domdoc.c.
Referenced by test_xsltext().