LoadElement (XmlParser function)

From m204wiki
Revision as of 20:35, 2 September 2015 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Load the current element into an XmlDoc object (XmlParser class)

[Introduced in Sirius Mods 7.8]

This page is under construction.

Syntax

%doc = xmlParser:LoadElement[( [[Options=] string])] Throws XmlParseError

Syntax terms

%xmlDocXmlDoc object
xmlParser XmlParser object
Options string
This default value of this argument is ??.

Usage notes

Examples

See also