OBTtinyxml.h File Reference

#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "xmlTiny_tinystr.h"
Include dependency graph for tiny/tmp/OBTtinyxml.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  xmlTiny::TiXmlCursor
class  xmlTiny::TiXmlVisitor
 If you call the Accept() method, it requires being passed a TiXmlVisitor class to handle callbacks. More...
class  xmlTiny::TiXmlBase
 TiXmlBase is a base class for every class in TinyXml. More...
struct  xmlTiny::TiXmlBase::Entity
class  xmlTiny::TiXmlNode
 The parent class for everything in the Document Object Model. More...
class  xmlTiny::TiXmlAttribute
 An attribute is a name-value pair. More...
class  xmlTiny::TiXmlAttributeSet
class  xmlTiny::TiXmlElement
 The element is a container class. More...
class  xmlTiny::TiXmlComment
 An XML comment. More...
class  xmlTiny::TiXmlText
 XML text. More...
class  xmlTiny::TiXmlDeclaration
 In correct XML the declaration is the first entry in the file. More...
class  xmlTiny::TiXmlUnknown
 Any tag that tinyXml doesn't recognize is saved as an unknown. More...
class  xmlTiny::TiXmlDocument
 Always the top level node. More...
class  xmlTiny::TiXmlHandle
 A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing. More...
class  xmlTiny::TiXmlPrinter
 Print to memory functionality. More...

Namespaces

namespace  xmlTiny

Defines

#define TIXML_STRING   TiXmlString
#define TIXML_SAFE
#define TIXML_SSCANF   sscanf

Enumerations

enum  {
  xmlTiny::TIXML_SUCCESS,
  xmlTiny::TIXML_NO_ATTRIBUTE,
  xmlTiny::TIXML_WRONG_TYPE
}
enum  xmlTiny::TiXmlEncoding {
  xmlTiny::TIXML_ENCODING_UNKNOWN,
  xmlTiny::TIXML_ENCODING_UTF8,
  xmlTiny::TIXML_ENCODING_LEGACY
}

Variables

const int xmlTiny::TIXML_MAJOR_VERSION = 2
const int xmlTiny::TIXML_MINOR_VERSION = 5
const int xmlTiny::TIXML_PATCH_VERSION = 3
const TiXmlEncoding xmlTiny::TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN

Define Documentation

#define TIXML_SAFE

Definition at line 64 of file tiny/tmp/OBTtinyxml.h.

#define TIXML_SSCANF   sscanf

Definition at line 85 of file tiny/tmp/OBTtinyxml.h.

#define TIXML_STRING   TiXmlString

Definition at line 57 of file tiny/tmp/OBTtinyxml.h.


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1