Class XMLConstHandle

#include <Geode/cocos/support/tinyxml2/tinyxml2.h>
classXMLConstHandle{ ... }

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.

Examples0
Public static methods0
Public member functions14
tinyxml2::XMLConstHandle&operator=()
No description provided
tinyxml2::XMLConstHandleconstFirstChild()const
No description provided
tinyxml2::XMLConstHandleconstFirstChildElement()const
No description provided
tinyxml2::XMLConstHandleconstLastChild()const
No description provided
tinyxml2::XMLConstHandleconstLastChildElement()const
No description provided
tinyxml2::XMLConstHandleconstPreviousSibling()const
No description provided
tinyxml2::XMLConstHandleconstPreviousSiblingElement()const
No description provided
tinyxml2::XMLConstHandleconstNextSibling()const
No description provided
tinyxml2::XMLConstHandleconstNextSiblingElement()const
No description provided
tinyxml2::XMLNodeconst*ToNode()const
No description provided
tinyxml2::XMLElementconst*ToElement()const
No description provided
tinyxml2::XMLTextconst*ToText()const
No description provided
tinyxml2::XMLUnknownconst*ToUnknown()const
No description provided
tinyxml2::XMLDeclarationconst*ToDeclaration()const
No description provided
Fields0
Protected member functions0
Protected fields0