XmlParseError methods syntax

From m204wiki
Revision as of 20:19, 25 March 2011 by DmeWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The syntax for each of the XmlParseError 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 XmlParseError methods.

%number = xmlParseError:CharacterPosition

%string = xmlParseError:Description

%string = xmlParseError:InputHexValue

%xmlParseError = %(XmlParseError):New( Reason= xmlParseErrorReason, - [CharacterPosition= number], - [Description= string], - [InputHexValue= string])

%xmlParseErrorReason = xmlParseError:Reason