Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2473

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QXmlLocator" doc="/**
&lt;p&gt;The &lt;a href=&quot;QXmlLocator.html#QXmlLocator()&quot;&gt;&lt;tt&gt;QXmlLocator&lt;/tt&gt;&lt;/a&gt; class provides the XML handler classes with information about the parsing position within a file.&lt;/p&gt;
&lt;p&gt;The reader reports a &lt;a href=&quot;QXmlLocator.html#QXmlLocator()&quot;&gt;&lt;tt&gt;QXmlLocator&lt;/tt&gt;&lt;/a&gt; to the content handler before it starts to parse the document. This is done with the QXmlContentHandler::setDocumentLocator() function. The handler classes can now use this locator to get the position (&lt;a href=&quot;QXmlLocator.html#lineNumber()&quot;&gt;&lt;tt&gt;lineNumber&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;QXmlLocator.html#columnNumber()&quot;&gt;&lt;tt&gt;columnNumber&lt;/tt&gt;&lt;/a&gt;) that the reader has reached.&lt;/p&gt;
 */">
    <method name="public QXmlLocator()" doc="/**
&lt;p&gt;Constructor.&lt;/p&gt;
 */"/>
    <method name="public abstract int columnNumber()" doc="/**
&lt;p&gt;Returns the column number (starting at 1) or -1 if there is no column number available.&lt;/p&gt;
 */"/>
    <method name="public abstract int lineNumber()" doc="/**
&lt;p&gt;Returns the line number (starting at 1) or -1 if there is no line number available.&lt;/p&gt;
 */"/>
</class>