AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::External::tinyxml2::XMLConstHandle Class Reference

#include <tinyxml2.h>

Public Member Functions

 XMLConstHandle (const XMLNode *node)
 
 XMLConstHandle (const XMLNode &node)
 
 
 
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 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
 

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 2150 of file tinyxml2.h.

Constructor & Destructor Documentation

◆ XMLConstHandle() [1/3]

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

Definition at line 2153 of file tinyxml2.h.

◆ XMLConstHandle() [2/3]

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

Definition at line 2155 of file tinyxml2.h.

◆ XMLConstHandle() [3/3]

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

Definition at line 2157 of file tinyxml2.h.

Member Function Documentation

◆ FirstChild()

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

Definition at line 2165 of file tinyxml2.h.

◆ FirstChildElement()

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

Definition at line 2168 of file tinyxml2.h.

◆ LastChild()

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

Definition at line 2171 of file tinyxml2.h.

◆ LastChildElement()

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

Definition at line 2174 of file tinyxml2.h.

◆ NextSibling()

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

Definition at line 2183 of file tinyxml2.h.

◆ NextSiblingElement()

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

Definition at line 2186 of file tinyxml2.h.

◆ operator=()

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

Definition at line 2160 of file tinyxml2.h.

◆ PreviousSibling()

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

Definition at line 2177 of file tinyxml2.h.

◆ PreviousSiblingElement()

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

Definition at line 2180 of file tinyxml2.h.

◆ ToDeclaration()

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

Definition at line 2203 of file tinyxml2.h.

◆ ToElement()

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

Definition at line 2194 of file tinyxml2.h.

◆ ToNode()

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

Definition at line 2191 of file tinyxml2.h.

◆ ToText()

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

Definition at line 2197 of file tinyxml2.h.

◆ ToUnknown()

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

Definition at line 2200 of file tinyxml2.h.


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