CharacterPosition (XPathError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[XPathError class#CharacterPosition property|CharacterPosition property]]


<span class="pageSubtitle"><section begin=dpl_desc/>Position of character at which the exception was thrown<section end=dpl_desc/></span>
[[Category:XPathError methods|CharacterPosition property]]
[[Category:XPathError methods|CharacterPosition property]]
<p>
<var>CharacterPosition</var> is a member of the <var>[[XPathError class|XPathError]]</var> class.
</p>
==Syntax==
<p class="syntax">%num = %XPathErr:CharacterPosition
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%num</th>
<td>The position of the character at which the exception was thrown.
</td></tr>
<tr><th>%XPathErr</th>
<td>An <var>XPathError</var> object.
</td></tr></table>

Latest revision as of 16:05, 11 May 2011