rapidxml.skip

Undocumented in source.

Members

Classes

parse_error
class parse_error
Undocumented in source.

Functions

insert_coded_character
void insert_coded_character(char[] text, ulong code)
Undocumented in source. Be warned that the author may not have intended to support it.
skip
void skip(char[] text)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

skip_and_expand_character_refs
char[] skip_and_expand_character_refs(char[] text)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

attribute_name_pred
struct attribute_name_pred
Undocumented in source.
attribute_value_pred
struct attribute_value_pred(alias Quote)
Undocumented in source.
attribute_value_pure_pred
struct attribute_value_pure_pred(alias Quote)
Undocumented in source.
element_name_pred
struct element_name_pred
Undocumented in source.
node_name_pred
struct node_name_pred
Undocumented in source.
text_pred
struct text_pred
Undocumented in source.
text_pure_no_ws_pred
struct text_pure_no_ws_pred
Undocumented in source.
text_pure_with_ws_pred
struct text_pure_with_ws_pred
Undocumented in source.
whitespace_pred
struct whitespace_pred
Undocumented in source.

Variables

lookup_attribute_data_1
ubyte[256] lookup_attribute_data_1;
Undocumented in source.
lookup_attribute_data_1_pure
ubyte[256] lookup_attribute_data_1_pure;
Undocumented in source.
lookup_attribute_data_2
ubyte[256] lookup_attribute_data_2;
Undocumented in source.
lookup_attribute_data_2_pure
ubyte[256] lookup_attribute_data_2_pure;
Undocumented in source.
lookup_attribute_name
ubyte[256] lookup_attribute_name;
Undocumented in source.
lookup_digits
ubyte[256] lookup_digits;
Undocumented in source.
lookup_element_name
ubyte[256] lookup_element_name;
Undocumented in source.
lookup_node_name
ubyte[256] lookup_node_name;
Undocumented in source.
lookup_text
ubyte[256] lookup_text;
Undocumented in source.
lookup_text_pure_no_ws
ubyte[256] lookup_text_pure_no_ws;
Undocumented in source.
lookup_text_pure_with_ws
ubyte[256] lookup_text_pure_with_ws;
Undocumented in source.
lookup_upcase
ubyte[256] lookup_upcase;
Undocumented in source.
lookup_whitespace
ubyte[256] lookup_whitespace;
Undocumented in source.
parse_comment_nodes
int parse_comment_nodes;
Undocumented in source.
parse_declaration_node
int parse_declaration_node;
Undocumented in source.
parse_default
int parse_default;
Undocumented in source.
parse_doctype_node
int parse_doctype_node;
Undocumented in source.
parse_fastest
int parse_fastest;
Undocumented in source.
parse_full
int parse_full;
Undocumented in source.
parse_no_data_nodes
int parse_no_data_nodes;
Undocumented in source.
parse_no_element_values
int parse_no_element_values;
Undocumented in source.
parse_no_entity_translation
int parse_no_entity_translation;
Undocumented in source.
parse_no_string_terminators
int parse_no_string_terminators;
Undocumented in source.
parse_no_utf8
int parse_no_utf8;
Undocumented in source.
parse_non_destructive
int parse_non_destructive;
Undocumented in source.
parse_normalize_whitespace
int parse_normalize_whitespace;
Undocumented in source.
parse_open_only
int parse_open_only;
Undocumented in source.
parse_parse_one
int parse_parse_one;
Undocumented in source.
parse_pi_nodes
int parse_pi_nodes;
Undocumented in source.
parse_trim_whitespace
int parse_trim_whitespace;
Undocumented in source.
parse_validate_closing_tags
int parse_validate_closing_tags;
Undocumented in source.
parse_validate_xmlns
int parse_validate_xmlns;
Undocumented in source.

Meta