Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

IReadFileXML.h File Reference

#include "IReference.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  amn

Enumerations

enum  E_XML_CHUNK {
  EXC_COMMENT, EXC_BEGINTAG, EXC_TEXT, EXC_ENDTAG,
  EXC_UNKNOWN
}


Enumeration Type Documentation

enum amn::E_XML_CHUNK
 

Enumeration values:
EXC_COMMENT  Read a comment. Ex: <!-- comment -->.
EXC_BEGINTAG  Read a begin tag. Ex: <TagName Attribute1="attribValue">.
EXC_TEXT  Read some text. Ex: <Tag>This is the Text!</Tag>.
EXC_ENDTAG  Read an end tag. Ex: </TagName>.
EXC_UNKNOWN  Read non-standard XML?


Generated on Wed Feb 1 22:23:26 2006 for AmnesiaEngine by  doxygen 1.4.2