#include "tinyxml2.h"
Public Member Functions
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
tinyxml2::XMLConstHandle::XMLConstHandle
(
const
XMLNode *
node )
inline
tinyxml2::XMLConstHandle::XMLConstHandle
(
const
XMLNode &
node )
inline
tinyxml2::XMLConstHandle::XMLConstHandle
(
const
XMLConstHandle &
ref )
inline
Member Function Documentation
const
XMLConstHandle tinyxml2::XMLConstHandle::FirstChildElement
(
const char *
value =
0 )
const
inline
const
XMLConstHandle tinyxml2::XMLConstHandle::LastChildElement
(
const char *
_value =
0 )
const
inline
const
XMLConstHandle tinyxml2::XMLConstHandle::NextSiblingElement
(
const char *
_value =
0 )
const
inline
const
XMLConstHandle tinyxml2::XMLConstHandle::PreviousSibling
(
)
const
inline
const
XMLConstHandle tinyxml2::XMLConstHandle::PreviousSiblingElement
(
const char *
_value =
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:
- /builds/master-contrib_docs-mac/opencv_contrib/modules/datasets/include/opencv2/datasets/tinyxml2/tinyxml2.h