Hatch Game Engine Documentation v1.4.0
The documentation for the Hatch Game Engine
Loading...
Searching...
No Matches
XML Class Reference

XML parsing. More...

Public Member Functions

map Parse (string xmlText)
 Decodes a string value into a map value.

Detailed Description

XML parsing.

Member Function Documentation

◆ Parse()

map XML.Parse ( string xmlText)

Decodes a string value into a map value.

Parameters
xmlTextXML-compliant text.
Returns
Returns a map value if the text can be decoded, otherwise returns null.