![]()  | 
  
    OpenCV
    3.2.0
    
   Open Source Computer Vision 
   | 
 
#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 | 
| XMLConstHandle & | operator= (const XMLConstHandle &ref) | 
| const XMLConstHandle | PreviousSibling () const | 
| const XMLConstHandle | PreviousSiblingElement (const char *_value=0) const | 
| const XMLDeclaration * | ToDeclaration () const | 
| const XMLElement * | ToElement () const | 
| const XMLNode * | ToNode () const | 
| const XMLText * | ToText () const | 
| const XMLUnknown * | ToUnknown () const | 
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.
| tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLNode * | node | ) | 
| tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLNode & | node | ) | 
| tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLConstHandle & | ref | ) | 
| const XMLConstHandle tinyxml2::XMLConstHandle::FirstChild | ( | ) | const | 
| const XMLConstHandle tinyxml2::XMLConstHandle::FirstChildElement | ( | const char * | value = 0 | ) | const | 
| const XMLConstHandle tinyxml2::XMLConstHandle::LastChild | ( | ) | const | 
| const XMLConstHandle tinyxml2::XMLConstHandle::LastChildElement | ( | const char * | _value = 0 | ) | const | 
| const XMLConstHandle tinyxml2::XMLConstHandle::NextSibling | ( | ) | const | 
| const XMLConstHandle tinyxml2::XMLConstHandle::NextSiblingElement | ( | const char * | _value = 0 | ) | const | 
| XMLConstHandle& tinyxml2::XMLConstHandle::operator= | ( | const XMLConstHandle & | ref | ) | 
| const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSibling | ( | ) | const | 
| const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSiblingElement | ( | const char * | _value = 0 | ) | const | 
| const XMLDeclaration* tinyxml2::XMLConstHandle::ToDeclaration | ( | ) | const | 
| const XMLElement* tinyxml2::XMLConstHandle::ToElement | ( | ) | const | 
| const XMLNode* tinyxml2::XMLConstHandle::ToNode | ( | ) | const | 
| const XMLText* tinyxml2::XMLConstHandle::ToText | ( | ) | const | 
| const XMLUnknown* tinyxml2::XMLConstHandle::ToUnknown | ( | ) | const | 
 1.8.12