XmlParser methods syntax
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])