XML Library
|
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. |
The Reader class definition.