Project

General

Profile

SO3Engine
tinyxml2::XMLConstHandle Class Reference

#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.

Definition at line 1843 of file tinyxml2.h.

Constructor & Destructor Documentation

◆ XMLConstHandle() [1/3]

tinyxml2::XMLConstHandle::XMLConstHandle ( const XMLNode node)
inline

Definition at line 1846 of file tinyxml2.h.

◆ XMLConstHandle() [2/3]

tinyxml2::XMLConstHandle::XMLConstHandle ( const XMLNode node)
inline

Definition at line 1849 of file tinyxml2.h.

◆ XMLConstHandle() [3/3]

tinyxml2::XMLConstHandle::XMLConstHandle ( const XMLConstHandle ref)
inline

Definition at line 1852 of file tinyxml2.h.

Member Function Documentation

◆ FirstChild()

const XMLConstHandle tinyxml2::XMLConstHandle::FirstChild ( ) const
inline

Definition at line 1861 of file tinyxml2.h.

◆ FirstChildElement()

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

Definition at line 1864 of file tinyxml2.h.

◆ LastChild()

const XMLConstHandle tinyxml2::XMLConstHandle::LastChild ( ) const
inline

Definition at line 1867 of file tinyxml2.h.

◆ LastChildElement()

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

Definition at line 1870 of file tinyxml2.h.

◆ NextSibling()

const XMLConstHandle tinyxml2::XMLConstHandle::NextSibling ( ) const
inline

Definition at line 1879 of file tinyxml2.h.

◆ NextSiblingElement()

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

Definition at line 1882 of file tinyxml2.h.

◆ operator=()

XMLConstHandle & tinyxml2::XMLConstHandle::operator= ( const XMLConstHandle ref)
inline

Definition at line 1856 of file tinyxml2.h.

◆ PreviousSibling()

const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSibling ( ) const
inline

Definition at line 1873 of file tinyxml2.h.

◆ PreviousSiblingElement()

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

Definition at line 1876 of file tinyxml2.h.

◆ ToDeclaration()

const XMLDeclaration * tinyxml2::XMLConstHandle::ToDeclaration ( ) const
inline

Definition at line 1899 of file tinyxml2.h.

◆ ToElement()

const XMLElement * tinyxml2::XMLConstHandle::ToElement ( ) const
inline

Definition at line 1890 of file tinyxml2.h.

◆ ToNode()

const XMLNode * tinyxml2::XMLConstHandle::ToNode ( ) const
inline

Definition at line 1887 of file tinyxml2.h.

◆ ToText()

const XMLText * tinyxml2::XMLConstHandle::ToText ( ) const
inline

Definition at line 1893 of file tinyxml2.h.

◆ ToUnknown()

const XMLUnknown * tinyxml2::XMLConstHandle::ToUnknown ( ) const
inline

Definition at line 1896 of file tinyxml2.h.


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