mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-03-24 00:42:18 +01:00
114 lines
3.2 KiB
XML
114 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<reference xml:id="class.parle-errorinfo" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<title>The Parle\ErrorInfo class</title>
|
|
<titleabbrev>Parle\ErrorInfo</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<!-- {{{ Parle\ErrorInfo intro -->
|
|
<section xml:id="parle-errorinfo.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
The class represents detailed error information as supplied by <methodname>Parle\Parser::errorInfo</methodname>
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="parle-errorinfo.synopsis">
|
|
&reftitle.classsynopsis;
|
|
|
|
<!-- {{{ Synopsis -->
|
|
<classsynopsis>
|
|
<ooclass><classname>Parle\ErrorInfo</classname></ooclass>
|
|
|
|
<!-- {{{ Class synopsis -->
|
|
<classsynopsisinfo>
|
|
<ooclass>
|
|
<classname>Parle\ErrorInfo</classname>
|
|
</ooclass>
|
|
</classsynopsisinfo>
|
|
<!-- }}} -->
|
|
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>int</type>
|
|
<varname linkend="parle-errorinfo.props.id">id</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>int</type>
|
|
<varname linkend="parle-errorinfo.props.position">position</varname>
|
|
</fieldsynopsis>
|
|
<fieldsynopsis>
|
|
<modifier>public</modifier>
|
|
<type>mixed</type>
|
|
<varname linkend="parle-errorinfo.props.token">token</varname>
|
|
</fieldsynopsis>
|
|
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
|
<!-- Uncomment if there are some methods, same for the entities item down there. -->
|
|
<!--<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.parle-errorinfo')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />-->
|
|
</classsynopsis>
|
|
<!-- }}} -->
|
|
|
|
</section>
|
|
|
|
|
|
<!-- {{{ Parle\ErrorInfo properties -->
|
|
<section xml:id="parle-errorinfo.props">
|
|
&reftitle.properties;
|
|
<variablelist>
|
|
<varlistentry xml:id="parle-errorinfo.props.id">
|
|
<term><varname>id</varname></term>
|
|
<listitem>
|
|
<para>Error id.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="parle-errorinfo.props.position">
|
|
<term><varname>position</varname></term>
|
|
<listitem>
|
|
<para>Position in the input, where the error occurred.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="parle-errorinfo.props.token">
|
|
<term><varname>token</varname></term>
|
|
<listitem>
|
|
<para>If applicable - the <classname>Parle\Token</classname> related to the error, otherwise &null;.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
|
|
</partintro>
|
|
|
|
<!--&reference.parle.entities.parle-errorinfo;-->
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|