XML Library
Namespaces | Functions | Variables
Reader.cpp File Reference

The Reader class definition. More...

#include "Common.hpp"
#include "Reader.hpp"
#include "IOException.hpp"
#include "CharTable.hpp"
#include "TextNode.hpp"
#include "ElementNode.hpp"
#include "CommentNode.hpp"
#include "ProcessingNode.hpp"
#include "DocTypeNode.hpp"
#include "CDataNode.hpp"

Namespaces

namespace  XML
 

The XML Library namespace.


Functions

template<typename T >
void XML::appendChild (NodePtr pNode, Core::RefCntPtr< T > &pChild)
 Helper function for appending a child node.

Variables

static CharTable XML::s_oCharTable
 The stream character lookup table.

Detailed Description

The Reader class definition.

Author:
Chris Oldwood