List of XmlParseError methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Protected "List of XmlParseError methods" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
m (Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!--
<!-- This page was automatically generated and will be automatically
1C'??'XmlParseError'* *
    replaced, so any manual edits will be lost. You've been warned. -->
-->
{{Template:List of XmlParseError methods}}
==See also==
<div class="showVisit">
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
The following are the available [[XmlParseError class|XmlParseError]] exception class methods.
<li>[[XmlParseError class]]
</ul></td>
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<td valign="top"><ul style="margin-top:0px;">
<dpl>
<li>[[XmlParseError methods syntax]]
category = XmlParseError_methods
</ul></td>
include = dpl_desc
</tr>
table =,Method,Description
</table>
</dpl>
[[Category:Lists of methods]]
[[Category:XmlParseError methods]]
</div>

Latest revision as of 18:38, 7 August 2012


The following are the available XmlParseError class methods.

MethodDescription
CharacterPositionPosition of character at of before which the error occurred
DescriptionBrief description of the exception
InputHexValueHexadecimal value of bytes causing the exception
NewCreate a new XmlParseError object
ReasonEnumerated cause of the exception

See also