Clases | |
| struct | xml_attribute_struct |
| struct | xml_node_struct |
| class | xml_object_range |
| class | xml_writer |
| class | xml_writer_file |
| class | xml_writer_stream |
| class | xml_attribute |
| class | xml_node |
| class | xml_text |
| class | xml_node_iterator |
| class | xml_attribute_iterator |
| class | xml_named_node_iterator |
| class | xml_tree_walker |
| struct | xml_parse_result |
| class | xml_document |
| struct | xpath_parse_result |
| class | xpath_variable |
| class | xpath_variable_set |
| class | xpath_query |
| class | xpath_exception |
| class | xpath_node |
| class | xpath_node_set |
typedefs | |
| typedef PUGIXML_CHAR | char_t |
| typedef std::basic_string< PUGIXML_CHAR > | string_t |
| typedef void *(* | allocation_function) (size_t size) |
| typedef void(* | deallocation_function) (void *ptr) |
Variables | |
| const unsigned int | parse_minimal = 0x0000 |
| const unsigned int | parse_pi = 0x0001 |
| const unsigned int | parse_comments = 0x0002 |
| const unsigned int | parse_cdata = 0x0004 |
| const unsigned int | parse_ws_pcdata = 0x0008 |
| const unsigned int | parse_escapes = 0x0010 |
| const unsigned int | parse_eol = 0x0020 |
| const unsigned int | parse_wconv_attribute = 0x0040 |
| const unsigned int | parse_wnorm_attribute = 0x0080 |
| const unsigned int | parse_declaration = 0x0100 |
| const unsigned int | parse_doctype = 0x0200 |
| const unsigned int | parse_ws_pcdata_single = 0x0400 |
| const unsigned int | parse_trim_pcdata = 0x0800 |
| const unsigned int | parse_fragment = 0x1000 |
| const unsigned int | parse_embed_pcdata = 0x2000 |
| const unsigned int | parse_merge_pcdata = 0x4000 |
| const unsigned int | parse_default = parse_cdata | parse_escapes | parse_wconv_attribute | parse_eol |
| const unsigned int | parse_full = parse_default | parse_pi | parse_comments | parse_declaration | parse_doctype |
| const unsigned int | format_indent = 0x01 |
| const unsigned int | format_write_bom = 0x02 |
| const unsigned int | format_raw = 0x04 |
| const unsigned int | format_no_declaration = 0x08 |
| const unsigned int | format_no_escapes = 0x10 |
| const unsigned int | format_save_file_text = 0x20 |
| const unsigned int | format_indent_attributes = 0x40 |
| const unsigned int | format_no_empty_element_tags = 0x80 |
| const unsigned int | format_skip_control_chars = 0x100 |
| const unsigned int | format_attribute_single_quote = 0x200 |
| const unsigned int | format_default = format_indent |
| const int | default_double_precision = 17 |
| const int | default_float_precision = 9 |
| typedef void *(* pugi::allocation_function) (size_t size) |
| typedef PUGIXML_CHAR pugi::char_t |
| typedef void(* pugi::deallocation_function) (void *ptr) |
| typedef std::basic_string<PUGIXML_CHAR> pugi::string_t |
| enum pugi::xml_encoding |
| enum pugi::xml_node_type |
| std::basic_string< char > PUGIXML_FUNCTION pugi::as_utf8 | ( | const std::basic_string< wchar_t > & | str | ) |
Hace referencia a PUGI_IMPL_FN y PUGIXML_FUNCTION.
| std::basic_string< char > PUGIXML_FUNCTION pugi::as_utf8 | ( | const wchar_t * | str | ) |
Hace referencia a PUGI_IMPL_FN y PUGIXML_FUNCTION.
| std::basic_string< wchar_t > PUGIXML_FUNCTION pugi::as_wide | ( | const char * | str | ) |
Hace referencia a PUGI_IMPL_FN y PUGIXML_FUNCTION.
Referenciado por as_wide().
| std::basic_string< wchar_t > PUGIXML_FUNCTION pugi::as_wide | ( | const std::basic_string< char > & | str | ) |
| PUGI_IMPL_FN std::basic_string< wchar_t > PUGIXML_FUNCTION pugi::as_wide | ( | const std::string & | str | ) |
Hace referencia a PUGI_IMPL_FN y PUGIXML_FUNCTION.
| allocation_function PUGIXML_FUNCTION pugi::get_memory_allocation_function | ( | ) |
Hace referencia a PUGI_IMPL_FN y PUGIXML_FUNCTION.
| deallocation_function PUGIXML_FUNCTION pugi::get_memory_deallocation_function | ( | ) |
Hace referencia a PUGI_IMPL_FN y PUGIXML_FUNCTION.
| void PUGIXML_FUNCTION pugi::set_memory_management_functions | ( | allocation_function | allocate, |
| deallocation_function | deallocate ) |
|
static |
Hace referencia a PUGI_IMPL_FN.
Referenciado por pugi::xml_attribute::operator unspecified_bool_type().
|
static |
Hace referencia a PUGI_IMPL_FN.
Referenciado por pugi::xml_node::operator unspecified_bool_type().
|
static |
Hace referencia a PUGI_IMPL_FN.
Referenciado por pugi::xml_text::operator unspecified_bool_type().
|
static |
Hace referencia a PUGI_IMPL_FN.
Referenciado por pugi::xpath_node::operator unspecified_bool_type().
|
static |
Hace referencia a PUGI_IMPL_FN.
Referenciado por pugi::xpath_query::operator unspecified_bool_type().
| const int pugi::default_double_precision = 17 |
Referenciado por pugi::xml_text::set() y pugi::xml_attribute::set_value().
| const int pugi::default_float_precision = 9 |
Referenciado por pugi::xml_text::set() y pugi::xml_attribute::set_value().
| const unsigned int pugi::format_attribute_single_quote = 0x200 |
| const unsigned int pugi::format_default = format_indent |
Referenciado por pugi::xml_document::_move().
| const unsigned int pugi::format_indent = 0x01 |
| const unsigned int pugi::format_indent_attributes = 0x40 |
| const unsigned int pugi::format_no_declaration = 0x08 |
Referenciado por pugi::xml_document::save().
| const unsigned int pugi::format_no_empty_element_tags = 0x80 |
| const unsigned int pugi::format_no_escapes = 0x10 |
| const unsigned int pugi::format_raw = 0x04 |
Referenciado por pugi::xml_document::save().
| const unsigned int pugi::format_save_file_text = 0x20 |
Referenciado por pugi::xml_document::save_file() y pugi::xml_document::save_file().
| const unsigned int pugi::format_skip_control_chars = 0x100 |
| const unsigned int pugi::format_write_bom = 0x02 |
Referenciado por pugi::xml_document::save().
| const unsigned int pugi::parse_cdata = 0x0004 |
| const unsigned int pugi::parse_comments = 0x0002 |
| const unsigned int pugi::parse_declaration = 0x0100 |
| const unsigned int pugi::parse_default = parse_cdata | parse_escapes | parse_wconv_attribute | parse_eol |
Referenciado por pugi::xml_document::_move().
| const unsigned int pugi::parse_doctype = 0x0200 |
| const unsigned int pugi::parse_embed_pcdata = 0x2000 |
| const unsigned int pugi::parse_eol = 0x0020 |
| const unsigned int pugi::parse_escapes = 0x0010 |
| const unsigned int pugi::parse_fragment = 0x1000 |
| const unsigned int pugi::parse_full = parse_default | parse_pi | parse_comments | parse_declaration | parse_doctype |
| const unsigned int pugi::parse_merge_pcdata = 0x4000 |
Referenciado por pugi::xml_node::append_buffer().
| const unsigned int pugi::parse_minimal = 0x0000 |
| const unsigned int pugi::parse_pi = 0x0001 |
| const unsigned int pugi::parse_trim_pcdata = 0x0800 |
| const unsigned int pugi::parse_wconv_attribute = 0x0040 |
| const unsigned int pugi::parse_wnorm_attribute = 0x0080 |
| const unsigned int pugi::parse_ws_pcdata = 0x0008 |
| const unsigned int pugi::parse_ws_pcdata_single = 0x0400 |