MaMiCo 1.2
Loading...
Searching...
No Matches
tinyxml2::XMLConstHandle Class Reference

#include <tinyxml2.h>

Collaboration diagram for tinyxml2::XMLConstHandle:

Public Member Functions

 XMLConstHandle (const XMLNode *node)
 XMLConstHandle (const XMLNode &node)
 XMLConstHandle (const XMLConstHandle &ref)
XMLConstHandle & operator= (const XMLConstHandle &ref)
const XMLConstHandle FirstChild () const
const XMLConstHandle FirstChildElement (const char *name=0) const
const XMLConstHandle LastChild () const
const XMLConstHandle LastChildElement (const char *name=0) const
const XMLConstHandle PreviousSibling () const
const XMLConstHandle PreviousSiblingElement (const char *name=0) const
const XMLConstHandle NextSibling () const
const XMLConstHandle NextSiblingElement (const char *name=0) const
const XMLNodeToNode () const
const XMLElementToElement () const
const XMLTextToText () const
const XMLUnknownToUnknown () const
const XMLDeclarationToDeclaration () const

Private Attributes

const XMLNode_node

Detailed Description

A variant of the XMLHandle class for working with const XMLNodes and Documents. It is the same in all regards, except for the 'const' qualifiers. See XMLHandle for API.


The documentation for this class was generated from the following file: