Public Member Functions | Private Attributes
tinyxml2::XMLConstHandle Class Reference

#include <tinyxml2.h>

List of all members.

Public Member Functions

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 NextSibling () const
const XMLConstHandle NextSiblingElement (const char *name=0) const
XMLConstHandleoperator= (const XMLConstHandle &ref)
const XMLConstHandle PreviousSibling () const
const XMLConstHandle PreviousSiblingElement (const char *name=0) const
const XMLDeclarationToDeclaration () const
const XMLElementToElement () const
const XMLNodeToNode () const
const XMLTextToText () const
const XMLUnknownToUnknown () const
 XMLConstHandle (const XMLNode *node)
 XMLConstHandle (const XMLNode &node)
 XMLConstHandle (const XMLConstHandle &ref)

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


Constructor & Destructor Documentation

Definition at line 1885 of file tinyxml2.h.

Definition at line 1888 of file tinyxml2.h.

Definition at line 1891 of file tinyxml2.h.


Member Function Documentation

Definition at line 1900 of file tinyxml2.h.

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

Definition at line 1903 of file tinyxml2.h.

Definition at line 1906 of file tinyxml2.h.

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

Definition at line 1909 of file tinyxml2.h.

Definition at line 1918 of file tinyxml2.h.

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

Definition at line 1921 of file tinyxml2.h.

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

Definition at line 1895 of file tinyxml2.h.

Definition at line 1912 of file tinyxml2.h.

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

Definition at line 1915 of file tinyxml2.h.

Definition at line 1938 of file tinyxml2.h.

Definition at line 1929 of file tinyxml2.h.

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

Definition at line 1926 of file tinyxml2.h.

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

Definition at line 1932 of file tinyxml2.h.

Definition at line 1935 of file tinyxml2.h.


Member Data Documentation

Definition at line 1943 of file tinyxml2.h.


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


denso_robot_core
Author(s): DENSO WAVE INCORPORATED
autogenerated on Thu Jun 6 2019 21:00:11