ximol/xml/open_stag.cpp File Reference


Detailed Description

Define open_stag Implementation.

Author:
Tournois Florent
Version:
1.0
Id
open_stag.cpp,v 1.3 2004/02/22 10:27:34 tournois Exp
Log
open_stag.cpp,v
Revision 1.3 2004/02/22 10:27:34 tournois Add some doc.

Revision 1.2 2004/02/22 09:54:21 tournois Change years on the copyright.

Revision 1.1 2004/02/21 20:03:58 tournois Change the stag, etag, open_stag, box and rebox template with macro.

Definition in file open_stag.cpp.

#include <ximol/xml/open_stag.hpp>
#include <ximol/config/define_functions_prefix_local_attributes.hpp>
#include <ximol/config/define_functions_prefix_local.hpp>
#include <ximol/config/define_functions_local_attributes.hpp>
#include <ximol/config/define_functions_local.hpp>

Include dependency graph for open_stag.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define XIMOL_HEADER_DEFINE_FUNCTION(type1, type2, type3)
#define XIMOL_HEADER_DEFINE_FUNCTION(type1, type2)
#define XIMOL_HEADER_DEFINE_FUNCTION(type1, type3)
#define XIMOL_HEADER_DEFINE_FUNCTION(type1)


Define Documentation

#define XIMOL_HEADER_DEFINE_FUNCTION type1   ) 
 

Value:

manipulator_open_stag< qualified_name<type1, type1>, xml::attributes> open_stag(type1 & local){ \
    return manipulator_open_stag< qualified_name<type1,type1>, xml::attributes>(qname(local)); };

Definition at line 65 of file open_stag.cpp.

#define XIMOL_HEADER_DEFINE_FUNCTION type1,
type3   ) 
 

Value:

manipulator_open_stag< qualified_name<type1, type1>, type3> open_stag(type1 & local, type3 & att){ \
    return manipulator_open_stag< qualified_name<type1,type1>, type3>(qname(local),att); };

Definition at line 65 of file open_stag.cpp.

#define XIMOL_HEADER_DEFINE_FUNCTION type1,
type2   ) 
 

Value:

manipulator_open_stag< qualified_name<type1, type2>, xml::attributes> open_stag(type1 & prefix, type2 & local){ \
    return manipulator_open_stag< qualified_name<type1,type2>, xml::attributes>(qname(prefix, local)); };

Definition at line 65 of file open_stag.cpp.

#define XIMOL_HEADER_DEFINE_FUNCTION type1,
type2,
type3   ) 
 

Value:

manipulator_open_stag< qualified_name<type1, type2>, type3> open_stag(type1 & prefix, type2 & local, type3 & att){ \
    return manipulator_open_stag< qualified_name<type1,type2>, type3>(qname(prefix, local),att); };

Definition at line 65 of file open_stag.cpp.



Donate to the XiMoL project SourceForge.net Logo If you have any questions about XiMoL, you could write to tournois@users.sourceforge.net.