#include <adobe/config.hpp>
#include <adobe/any_regular.hpp>
#include <adobe/algorithm/set.hpp>
#include <adobe/istream.hpp>
#include <adobe/array.hpp>
#include <adobe/copy_on_write.hpp>
#include <adobe/name.hpp>
#include <adobe/dictionary.hpp>
#include <adobe/string.hpp>
#include <adobe/implementation/xml_lex.hpp>
#include <adobe/implementation/xml_token.hpp>
#include <adobe/implementation/parser_shared.hpp>
#include <boost/function.hpp>
#include <boost/noncopyable.hpp>
#include <boost/operators.hpp>
#include <boost/bind.hpp>
#include <boost/array.hpp>
#include <boost/iterator/iterator_facade.hpp>
#include <utility>
#include <istream>
#include <sstream>
#include <iomanip>
#include <cassert>
#include <list>
Go to the source code of this file.
|
template<typename Result , typename InputIterator > |
InputIterator | datoi (InputIterator first, InputIterator last, Result &result) |
|
template<typename Result , typename InputIterator > |
InputIterator | xatoi (InputIterator first, InputIterator last, Result &result) |
|
token_range_t | xml_element_echo (const token_range_t &entire_element_range, const token_range_t &, const attribute_set_t &, const token_range_t &) |
|
token_range_t | xml_element_linefeed (const token_range_t &, const token_range_t &name, const attribute_set_t &attribute_set, const token_range_t &value) |
|
token_range_t | xml_element_strip (const token_range_t &, const token_range_t &, const attribute_set_t &, const token_range_t &value) |
|