context::level Struct Reference

#include <context.hpp>

List of all members.


Detailed Description

struct to save information about the XML level.

Definition at line 107 of file context.hpp.

Public Attributes

xstring tag_
 name fo the tag.

xstring uri_tag_
bool is_open_stag
 Test if the tag is still open.

bool is_open_etag
 Test if the tag is still open.

XIMOL_XML_NAMESPACE_PATH::attributes att_
 attributes of this level.


Member Data Documentation

XIMOL_XML_NAMESPACE_PATH::attributes context::level::att_
 

attributes of this level.

Definition at line 113 of file context.hpp.

Referenced by context::add_new_level().

bool context::level::is_open_etag
 

Test if the tag is still open.

Definition at line 112 of file context.hpp.

Referenced by context::add_new_level().

bool context::level::is_open_stag
 

Test if the tag is still open.

Definition at line 111 of file context.hpp.

Referenced by context::add_new_level().

xstring context::level::tag_
 

name fo the tag.

Definition at line 109 of file context.hpp.

Referenced by context::add_new_level().

xstring context::level::uri_tag_
 

Definition at line 110 of file context.hpp.

Referenced by context::add_new_level().


The documentation for this struct was generated from the following file:


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