List of XPathError methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "<!-- 1C'??'XPathError'* * --> <div class="showVisit"> The following are the available XPathError exception class methods. See [[Notation conventions fo...")
 
m (Automatically generated page update)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!--
<!-- This page was automatically generated and will be automatically
1C'??'XPathError'* *
    replaced, so any manual edits will be lost. You've been warned. -->
-->
{{Template:List of XPathError methods}}
==See also==
<div class="showVisit">
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
The following are the available [[XPathError class|XPathError]] exception class methods.
<li>[[XPathError 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>[[XPathError methods syntax]]
category = XPathError_methods
</ul></td>
include = dpl_desc
</tr>
table =,Method,Description
</table>
</dpl>
[[Category:Lists of methods]]
[[Category:XPathError methods]]
</div>

Latest revision as of 18:43, 7 August 2012


The following are the available XPathError class methods.

MethodDescription
CharacterPositionPosition of character at of before which the error occurred
DescriptionBrief description of the exception
NewCreate a new XPathError object
ReasonEnumerated cause of the exception

See also