XmlParser methods syntax

From m204wiki
Revision as of 19:07, 6 March 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The syntax for each of the XmlParser class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of XmlParser methods.

%currentXmlSelector = xmlParser:DefaultSelector xmlParser:DefaultSelector = newXmlSelector

%number = xmlParser:Depth

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

%xmlParser = [%(XmlParser):]New

xmlParser:Parse[( [xmlSelector])]

xmlParser:StopParsing

%currentUnicode = xmlParser:String xmlParser:String = newUnicode

%unicode = xmlParser:Substring( number, number, [Pad= c])