#include <vector>
#include <map>
#include <ixlib_exbase.hh>
#include <ixlib_scanner.hh>
Go to the source code of this file.
Namespaces | |
namespace | ixion |
Defines | |
#define | ECXML_SYNTAX 0 |
#define | ECXML_NOTEXTHERE 1 |
#define | ECXML_NOLITHERE 2 |
#define | ECXML_LITEXPECTED 3 |
#define | ECXML_UNEXPECTEDEND 4 |
#define | ECXML_CLOSETAGEXPECTED 5 |
#define | ECXML_CLOSETAGNAME 6 |
#define | ECXML_UNTERMCOMMENT 7 |
#define | EXXML_THROW(CODE, TOKEN) throw xml_exception(CODE,(TOKEN).Line,NULL); |
|
Definition at line 30 of file ixlib_xml.hh. |
|
Definition at line 31 of file ixlib_xml.hh. |
|
Definition at line 28 of file ixlib_xml.hh. |
|
Definition at line 27 of file ixlib_xml.hh. |
|
Definition at line 26 of file ixlib_xml.hh. |
|
Definition at line 25 of file ixlib_xml.hh. |
|
Definition at line 29 of file ixlib_xml.hh. |
|
Definition at line 32 of file ixlib_xml.hh. |
|
Definition at line 52 of file ixlib_xml.hh. |