#include "parse.hpp"
#include <iostream>
#include <fstream>
#include "expat-1.95.5/lib/expat.h"
#include "boost/lexical_cast.hpp"
#include "boost/format.hpp"
Go to the source code of this file.
Defines | |
#define | PERSIST_IN_LIBRARY_SOURCE |
#define | PROGRESS_UNIT 512 |
#define | BUFFER_SIZE 1024 |
Variables | |
const char | XMLFmt_error [] = "file: %s %s at line %d" |
const char | XMLFmt_expected [] = "expected %s=\"string\"" |
const char | XMLErr_mismatched_end_tag [] = "mismatched end element tag." |
const char | kEscapeChar = '\\' |
const xmlstring | kXMLShortHeader = S("<?xml version=\"1.0\"") |
const xmlstring | kXMLLongHeader = S("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>") |
|
|
|
Definition at line 29 of file parse.cpp. Referenced by ph::persist::xml::parse::parse_xml(). |
|
Definition at line 30 of file parse.cpp. Referenced by ph::persist::xml::parse::parse_xml(), and ph::persist::xml::parse::parsestream(). |
|
Definition at line 23 of file parse.cpp. Referenced by ph::persist::xml::parse::error(). |
|
Definition at line 24 of file parse.cpp. Referenced by ph::persist::xml::parse::expected_error(). |
|
|
|
|
|
Definition at line 305 of file parse.cpp. Referenced by ph::persist::xml::parse::decodexmldata(), persist_test::test_base::dotest(), ph::persist::xml::parse::encodexmldata(), persist_test::test_baddata::test(), persist_test::test_dumper::test(), and reflect_test::test_composite::test(). |
|
|
|
|
|
|