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.
Class XMLConstHandle
#include <Geode/cocos/support/tinyxml2/tinyxml2.h>classXMLConstHandle{ ... }
Examples0
Public static methods0
Public member functions14
tinyxml2::XMLConstHandle&operator=()
No description provided
tinyxml2::XMLConstHandleconstFirstChild()const
No description provided
tinyxml2::XMLConstHandleconstFirstChildElement(charconst*value)const
No description provided
tinyxml2::XMLConstHandleconstLastChild()const
No description provided
tinyxml2::XMLConstHandleconstLastChildElement(charconst*_value)const
No description provided
tinyxml2::XMLConstHandleconstPreviousSibling()const
No description provided
tinyxml2::XMLConstHandleconstPreviousSiblingElement(charconst*_value)const
No description provided
tinyxml2::XMLConstHandleconstNextSibling()const
No description provided
tinyxml2::XMLConstHandleconstNextSiblingElement(charconst*_value)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