LoadElement (XmlParser function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:XmlParser:LoadElement subtitle}}
{{Template:XmlParser:LoadElement subtitle}}
This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==

Latest revision as of 20:35, 2 September 2015

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