|
ximol/xml/context.cpp File Reference
Detailed Description
context (implementation).
- Author:
- Tournois Florent
- Version:
- 1.0
- Id
- context.cpp,v 1.12 2004/02/22 10:27:34 tournois Exp
- Log
- context.cpp,v
Revision 1.12 2004/02/22 10:27:34 tournois Add some doc.
Revision 1.11 2004/02/22 09:54:21 tournois Change years on the copyright.
Revision 1.10 2004/01/19 20:40:55 tournois Add min, max and digits facet. Create the control flow file.
Revision 1.9 2003/12/10 20:32:18 tournois Fix somes bugs about attributes and now tests are all check.
Revision 1.8 2003/12/04 14:34:52 hfp XIMOL_XML_NAMESPACE_PATH::attributes changed
Revision 1.7 2003/11/19 20:52:54 tournois Add new manipulator for stag and etag. Correct bugs and add tests.
Revision 1.6 2003/11/18 18:54:52 tournois Add str_cast and drop the transformation.hpp file.
Revision 1.5 2003/11/16 13:25:25 tournois Change the error to use wide string. Change the translation to use wide string.
Revision 1.4 2003/11/15 22:52:57 tournois Add somes function arround attributes and tests for attributes.
Revision 1.3 2003/11/02 19:23:01 tournois Go to the boost coding standard. Change all name to lower case.
Revision 1.2 2003/10/25 13:53:40 hfp review and separation
Revision 1.1 2003/09/24 08:28:18 tournois Create the namespace Encoders, Parser, Xml Change the library organization. add VC7.1 project for this organization.
Definition in file context.cpp.
#include <ximol/xml/context.hpp>
#include <ximol/str_cast.hpp>
#include <ximol/translation.hpp>
#include <ximol/error.hpp>
#include <ximol/macros.hpp>
Include dependency graph for context.cpp:
Go to the source code of this file.
|
Functions |
template<class T> XIMOL_XML_BEGIN_NAMESPACE void | clear_string (T &xstr) |
Function Documentation
template<class T> |
XIMOL_XML_BEGIN_NAMESPACE void clear_string |
( |
T & |
xstr |
) |
|
|
|
Definition at line 87 of file context.cpp.
Referenced by context::add_entity(), context::add_paramter_entity(), read_att_value(), read_comment(), read_enc_name(), read_entity_def(), read_entity_value(), read_etag(), read_external_id(), read_name(), read_ncname(), read_nm_token(), read_notation_decl(), read_ns_att_name(), read_open_stag(), read_pe_def(), read_pe_reference(), read_pi(), read_public_id(), read_qname(), read_reference(), read_stag(), read_string_with_forbidden_serie(), read_system_literal(), read_xml_decl(), and read_xstring(). |
|
|