pugixml/pugixml.hpp File Reference
#include "pugiconfig.hpp"
#include <stddef.h>
#include <exception>
#include <iterator>
#include <iosfwd>
#include <string>
|
| enum | xml_node_type {
node_null,
node_document,
node_element,
node_pcdata,
node_cdata,
node_comment,
node_pi,
node_declaration,
node_doctype
} |
| |
| enum | xml_encoding {
encoding_auto,
encoding_utf8,
encoding_utf16_le,
encoding_utf16_be,
encoding_utf16,
encoding_utf32_le,
encoding_utf32_be,
encoding_utf32,
encoding_wchar,
encoding_latin1
} |
| |
| enum | xml_parse_status {
status_ok = 0,
status_file_not_found,
status_io_error,
status_out_of_memory,
status_internal_error,
status_unrecognized_tag,
status_bad_pi,
status_bad_comment,
status_bad_cdata,
status_bad_doctype,
status_bad_pcdata,
status_bad_start_element,
status_bad_attribute,
status_bad_end_element,
status_end_element_mismatch
} |
| |
| enum | xpath_value_type {
xpath_type_none,
xpath_type_node_set,
xpath_type_number,
xpath_type_string,
xpath_type_boolean
} |
| |
|
| std::basic_string< char, std::char_traits< char >, std::allocator< char > > | as_utf8 (const wchar_t *str) |
| |
| std::basic_string< char, std::char_traits< char >, std::allocator< char > > | as_utf8 (const std::basic_string< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > > &str) |
| |
| std::basic_string< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > > | as_wide (const char *str) |
| |
| std::basic_string< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > > | as_wide (const std::basic_string< char, std::char_traits< char >, std::allocator< char > > &str) |
| |
| void | set_memory_management_functions (allocation_function allocate, deallocation_function deallocate) |
| |
| allocation_function | get_memory_allocation_function () |
| |
| deallocation_function | get_memory_deallocation_function () |
| |
| #define HEADER_PUGIXML_HPP |
| #define PUGIXML_CHAR char |
| #define PUGIXML_DEPRECATED |
| #define PUGIXML_TEXT |
( |
|
t | ) |
t |
| #define PUGIXML_VERSION 120 |
Go to the source code of this file.