xmlNode.cpp File Reference

Simple class to read (parts of) and write an XML file. More...

#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.


Detailed Description

Simple class to read (parts of) and write an 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.

Author:
Denis Martin

Definition in file xmlNode.cpp.


Generated on Sun Dec 10 18:47:09 2006 for XmlNode by  doxygen 1.4.6