docs/html/classtinyxml2_1_1XMLConstHandle.html
| | Jetson Inference
DNN Vision Library |
Public Member Functions | List of all members
tinyxml2::XMLConstHandle Class Reference
A variant of the XMLHandle class for working with const XMLNodes and Documents. More...
#include <xml.h>
|
| | | XMLConstHandle (const XMLNode *node) | | | | | XMLConstHandle (const XMLNode &node) | | | | | XMLConstHandle (const XMLConstHandle &ref) | | | | XMLConstHandle & | operator= (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 XMLNode * | ToNode () const | | | | const XMLElement * | ToElement () const | | | | const XMLText * | ToText () const | | | | const XMLUnknown * | ToUnknown () const | | | | const XMLDeclaration * | ToDeclaration () 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 | ) | |
| inline |
|
| tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLNode & | node | ) | |
| inline |
|
| tinyxml2::XMLConstHandle::XMLConstHandle | ( | const XMLConstHandle & | ref | ) | |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::FirstChild | ( | | ) | const |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::FirstChildElement | ( | const char * | name = 0 | ) | const |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::LastChild | ( | | ) | const |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::LastChildElement | ( | const char * | name = 0 | ) | const |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::NextSibling | ( | | ) | const |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::NextSiblingElement | ( | const char * | name = 0 | ) | const |
| inline |
|
| XMLConstHandle& tinyxml2::XMLConstHandle::operator= | ( | const XMLConstHandle & | ref | ) | |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSibling | ( | | ) | const |
| inline |
|
| const XMLConstHandle tinyxml2::XMLConstHandle::PreviousSiblingElement | ( | const char * | name = 0 | ) | const |
| inline |
|
| const XMLDeclaration* tinyxml2::XMLConstHandle::ToDeclaration | ( | | ) | const |
| inline |
|
| const XMLElement* tinyxml2::XMLConstHandle::ToElement | ( | | ) | const |
| inline |
|
| const XMLNode* tinyxml2::XMLConstHandle::ToNode | ( | | ) | const |
| inline |
|
| const XMLText* tinyxml2::XMLConstHandle::ToText | ( | | ) | const |
| inline |
|
| const XMLUnknown* tinyxml2::XMLConstHandle::ToUnknown | ( | | ) | const |
| inline |
The documentation for this class was generated from the following file:
jetson-utils/xml.h
Generated on Tue Mar 28 2023 14:27:58 for Jetson Inference by 1.8.17