CharacterPosition (XPathError property)

From m204wiki
Revision as of 20:38, 16 January 2011 by 198.242.244.47 (talk) (Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Position of character at which the exception was thrown<section end=dpl_desc/></span> [[Category:XPathError methods|Character...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/>Position of character at which the exception was thrown<section end=dpl_desc/>

CharacterPosition is a member of the XPathError class.

Syntax

%num = %XPathErr:CharacterPosition

Syntax terms

%num The position of the character at which the exception was thrown.
%XPathErr An XPathError object.