#include <pugixml.hpp>
Métodos públicos | |
| xml_parse_result () | |
| operator bool () const | |
| const char * | description () const |
Atributos públicos | |
| xml_parse_status | status |
| ptrdiff_t | offset |
| xml_encoding | encoding |
| PUGI_IMPL_FN pugi::xml_parse_result::xml_parse_result | ( | ) |
Hace referencia a encoding, pugi::encoding_auto, offset, PUGI_IMPL_FN, status y pugi::status_internal_error.
| PUGI_IMPL_FN const char * pugi::xml_parse_result::description | ( | ) | const |
Hace referencia a PUGI_IMPL_FN, status, pugi::status_append_invalid_root, pugi::status_bad_attribute, pugi::status_bad_cdata, pugi::status_bad_comment, pugi::status_bad_doctype, pugi::status_bad_end_element, pugi::status_bad_pcdata, pugi::status_bad_pi, pugi::status_bad_start_element, pugi::status_end_element_mismatch, pugi::status_file_not_found, pugi::status_internal_error, pugi::status_io_error, pugi::status_no_document_element, pugi::status_ok, pugi::status_out_of_memory y pugi::status_unrecognized_tag.
Referenciado por GEXMLParser::parseSkeletonFile().
| PUGI_IMPL_FN pugi::xml_parse_result::operator bool | ( | ) | const |
Hace referencia a PUGI_IMPL_FN, status y pugi::status_ok.
| xml_encoding pugi::xml_parse_result::encoding |
Referenciado por xml_parse_result().
| ptrdiff_t pugi::xml_parse_result::offset |
Referenciado por xml_parse_result().
| xml_parse_status pugi::xml_parse_result::status |
Referenciado por description(), operator bool() y xml_parse_result().