OpenCV  3.2.0
Open Source Computer Vision
Public Member Functions | List of all members
tinyxml2::XMLConstHandle Class Reference

#include "tinyxml2.h"

Public Member Functions

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

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

§ XMLConstHandle() [2/3]

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

§ XMLConstHandle() [3/3]

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

Member Function Documentation

§ FirstChild()

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

§ FirstChildElement()

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

§ LastChild()

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

§ LastChildElement()

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

§ NextSibling()

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

§ NextSiblingElement()

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

§ operator=()

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

§ PreviousSibling()

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

§ PreviousSiblingElement()

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

§ ToDeclaration()

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

§ ToElement()

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

§ ToNode()

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

§ ToText()

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

§ ToUnknown()

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

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