NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
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)
 
XMLConstHandleoperator= (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.

Definition at line 2133 of file tinyxml2.h.

Constructor & Destructor Documentation

◆ XMLConstHandle() [1/3]

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

Definition at line 2136 of file tinyxml2.h.

◆ XMLConstHandle() [2/3]

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

Definition at line 2138 of file tinyxml2.h.

◆ XMLConstHandle() [3/3]

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

Definition at line 2140 of file tinyxml2.h.

Member Function Documentation

◆ FirstChild()

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

Definition at line 2148 of file tinyxml2.h.

◆ FirstChildElement()

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

Definition at line 2151 of file tinyxml2.h.

References name.

◆ LastChild()

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

Definition at line 2154 of file tinyxml2.h.

◆ LastChildElement()

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

Definition at line 2157 of file tinyxml2.h.

References name.

◆ NextSibling()

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

Definition at line 2166 of file tinyxml2.h.

◆ NextSiblingElement()

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

Definition at line 2169 of file tinyxml2.h.

References name.

◆ operator=()

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

Definition at line 2143 of file tinyxml2.h.

References _node.

◆ PreviousSibling()

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

Definition at line 2160 of file tinyxml2.h.

◆ PreviousSiblingElement()

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

Definition at line 2163 of file tinyxml2.h.

References name.

◆ ToDeclaration()

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

Definition at line 2186 of file tinyxml2.h.

◆ ToElement()

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

Definition at line 2177 of file tinyxml2.h.

◆ ToNode()

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

Definition at line 2174 of file tinyxml2.h.

◆ ToText()

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

Definition at line 2180 of file tinyxml2.h.

◆ ToUnknown()

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

Definition at line 2183 of file tinyxml2.h.

Member Data Documentation

◆ _node

const XMLNode* tinyxml2::XMLConstHandle::_node
private

Definition at line 2191 of file tinyxml2.h.

Referenced by operator=().


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