#include "expat_config.h"
#include <string.h>
#include "expat.h"
#include "internal.h"
#include "minicheck.h"
#include "common.h"
#include "dummy.h"
#include "handlers.h"
#include "ns_tests.h"
Go to the source code of this file.
◆ make_namespace_test_case()
| void make_namespace_test_case |
( |
Suite * |
s | ) |
|
◆ namespace_setup()
| static void namespace_setup |
( |
void |
| ) |
|
|
static |
◆ namespace_teardown()
| static void namespace_teardown |
( |
void |
| ) |
|
|
static |
◆ run_ns_tagname_overwrite_test()
◆ test_default_ns_from_ext_subset_and_ext_ge()
| static void test_default_ns_from_ext_subset_and_ext_ge |
( |
void |
| ) |
|
|
static |
◆ test_ns_bad_attr_leafname()
| static void test_ns_bad_attr_leafname |
( |
void |
| ) |
|
|
static |
◆ test_ns_bad_element_leafname()
| static void test_ns_bad_element_leafname |
( |
void |
| ) |
|
|
static |
◆ test_ns_default_with_empty_uri()
| static void test_ns_default_with_empty_uri |
( |
void |
| ) |
|
|
static |
◆ test_ns_double_colon()
| static void test_ns_double_colon |
( |
void |
| ) |
|
|
static |
◆ test_ns_double_colon_doctype()
| static void test_ns_double_colon_doctype |
( |
void |
| ) |
|
|
static |
◆ test_ns_double_colon_element()
| static void test_ns_double_colon_element |
( |
void |
| ) |
|
|
static |
◆ test_ns_duplicate_attrs_diff_prefixes()
| static void test_ns_duplicate_attrs_diff_prefixes |
( |
void |
| ) |
|
|
static |
◆ test_ns_duplicate_hashes()
| static void test_ns_duplicate_hashes |
( |
void |
| ) |
|
|
static |
◆ test_ns_extend_uri_buffer()
| static void test_ns_extend_uri_buffer |
( |
void |
| ) |
|
|
static |
◆ test_ns_extremely_long_prefix()
| static void test_ns_extremely_long_prefix |
( |
void |
| ) |
|
|
static |
◆ test_ns_invalid_doctype()
| static void test_ns_invalid_doctype |
( |
void |
| ) |
|
|
static |
◆ test_ns_long_element()
| static void test_ns_long_element |
( |
void |
| ) |
|
|
static |
◆ test_ns_mixed_prefix_atts()
| static void test_ns_mixed_prefix_atts |
( |
void |
| ) |
|
|
static |
◆ test_ns_parser_reset()
| static void test_ns_parser_reset |
( |
void |
| ) |
|
|
static |
◆ test_ns_prefix_with_empty_uri_1()
| static void test_ns_prefix_with_empty_uri_1 |
( |
void |
| ) |
|
|
static |
◆ test_ns_prefix_with_empty_uri_2()
| static void test_ns_prefix_with_empty_uri_2 |
( |
void |
| ) |
|
|
static |
◆ test_ns_prefix_with_empty_uri_3()
| static void test_ns_prefix_with_empty_uri_3 |
( |
void |
| ) |
|
|
static |
◆ test_ns_prefix_with_empty_uri_4()
| static void test_ns_prefix_with_empty_uri_4 |
( |
void |
| ) |
|
|
static |
◆ test_ns_reserved_attributes()
| static void test_ns_reserved_attributes |
( |
void |
| ) |
|
|
static |
◆ test_ns_reserved_attributes_2()
| static void test_ns_reserved_attributes_2 |
( |
void |
| ) |
|
|
static |
◆ test_ns_separator_in_uri()
| static void test_ns_separator_in_uri |
( |
void |
| ) |
|
|
static |
◆ test_ns_tagname_overwrite()
| static void test_ns_tagname_overwrite |
( |
void |
| ) |
|
|
static |
◆ test_ns_tagname_overwrite_triplet()
| static void test_ns_tagname_overwrite_triplet |
( |
void |
| ) |
|
|
static |
◆ test_ns_unbound_prefix()
| static void test_ns_unbound_prefix |
( |
void |
| ) |
|
|
static |
◆ test_ns_unbound_prefix_on_attribute()
| static void test_ns_unbound_prefix_on_attribute |
( |
void |
| ) |
|
|
static |
◆ test_ns_unbound_prefix_on_element()
| static void test_ns_unbound_prefix_on_element |
( |
void |
| ) |
|
|
static |
◆ test_ns_unknown_encoding_success()
| static void test_ns_unknown_encoding_success |
( |
void |
| ) |
|
|
static |
◆ test_ns_utf16_doctype()
| static void test_ns_utf16_doctype |
( |
void |
| ) |
|
|
static |
◆ test_ns_utf16_element_leafname()
| static void test_ns_utf16_element_leafname |
( |
void |
| ) |
|
|
static |
◆ test_ns_utf16_leafname()
| static void test_ns_utf16_leafname |
( |
void |
| ) |
|
|
static |
◆ test_return_ns_triplet()
| static void test_return_ns_triplet |
( |
void |
| ) |
|
|
static |
◆ test_start_ns_clears_start_element()
| static void test_start_ns_clears_start_element |
( |
void |
| ) |
|
|
static |