tinyxml2::XMLConstHandle class
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.
Fields
Methods
operator=()
FirstChild() const
FirstChildElement() const
LastChild() const
LastChildElement() const
PreviousSibling() const
PreviousSiblingElement() const
NextSibling() const
NextSiblingElement() const
ToNode() const
ToElement() const
ToText() const
ToUnknown() const
ToDeclaration() const
![]()
XMLConstHandle& operator=( const XMLConstHandle& ref ) {