cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
XMLConstHandle Class Reference

A variant of the XMLHandle class for working with const XMLNodes and Documents. More...

#include <tinyxml2.h>

Public Member Functions

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

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.

Constructor & Destructor Documentation

◆ XMLConstHandle() [1/3]

XMLConstHandle ( const XMLNode node)
inline

◆ XMLConstHandle() [2/3]

XMLConstHandle ( const XMLNode node)
inline

◆ XMLConstHandle() [3/3]

XMLConstHandle ( const XMLConstHandle ref)
inline

Member Function Documentation

◆ FirstChild()

const XMLConstHandle FirstChild ( ) const
inline

◆ FirstChildElement()

const XMLConstHandle FirstChildElement ( const char *  value = 0) const
inline

◆ LastChild()

const XMLConstHandle LastChild ( ) const
inline

◆ LastChildElement()

const XMLConstHandle LastChildElement ( const char *  _value = 0) const
inline

◆ NextSibling()

const XMLConstHandle NextSibling ( ) const
inline

◆ NextSiblingElement()

const XMLConstHandle NextSiblingElement ( const char *  _value = 0) const
inline

◆ operator=()

XMLConstHandle & operator= ( const XMLConstHandle ref)
inline

◆ PreviousSibling()

const XMLConstHandle PreviousSibling ( ) const
inline

◆ PreviousSiblingElement()

const XMLConstHandle PreviousSiblingElement ( const char *  _value = 0) const
inline

◆ ToDeclaration()

const XMLDeclaration * ToDeclaration ( ) const
inline

◆ ToElement()

const XMLElement * ToElement ( ) const
inline

◆ ToNode()

const XMLNode * ToNode ( ) const
inline

◆ ToText()

const XMLText * ToText ( ) const
inline

◆ ToUnknown()

const XMLUnknown * ToUnknown ( ) const
inline

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