#include "xmlNode.h"
#include <assert.h>
#include <istream>
#include <stack>
Go to the source code of this file.
Namespaces | |
namespace | sxml |
Enumerations | |
enum | sxml::XmlParseState { psNone, psElement, psAttribute, psAttrValue, psComment, psDocType, psText } |
Possible states during parsing the XML file. |
The input is supposed to be compatible with ASCII-7 (e.g. UTF-8, ANSI or ISO-8859-1).
The code may be used freely in any way. It is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Definition in file xmlNode.cpp.