<include file="top.lhhtml">
<lconf pos="/line" pagename="line">
<section link="/line">
<locale>
<locale language="de">
Die <code>Line</code> representiert eine Zeile einer gelexten Datei.
(siehe: <link path="/lexer">). Eine Zeile aus einer gelexten Datei hat
aber wenig mit den ürsprünglichen Zeilen der Quelldatei zu tun.
</locale>
<locale language="en">
The <code>Line</code> class represents one line of a lexed file.
(see also: <link path="/lexer">). A line of the lexed file
has not much to du with the original line of the source file.
</locale>
</locale>
<definition title-en="Line Class" title-de="Line Klasse">
<include file="line.def">
</definition>
<faq title="String get_tag()">
<locale>
<locale language="en">
This string contains the current line, or if there is
a tag in the line the tag.
</locale>
<locale language="de">
Dieser String beinhaltet die momentane Zeile, oder wenn
die Zeile ein Tag beinhaltet das Tag.
</locale>
</locale>
</faq>
<!-- ******************** -->
<faq title="String get_tag_type();">
<locale>
<locale language="en">
If the line is a tag, this string contains the name of it.
For the <code><foobar></code> tag this would be "foobar".
And for the <code></foobar></code> tag this would be "/foobar".<br>
If the line contains not a tag this string is empty.
</locale>
<locale language="de">
Wenn die Zeile ein Tag beinhaltet ist hier dessen Name gespeichert.
Der Name für das <code><foobar></code> Tag würde "foobar" lauten.
Und der Name für das <code></foobar></code> Tag würde "/foobar" lauten.<br>
Wenn die Zeile kein Tag beinhaltet, dann ist dieses Feld leer.
</locale>
</locale>
</faq>
<!-- ************************** -->
<faq title="Null rebuilt();">
<en>
If you changed any field of the line class by using one of the "set" functions,
the "line" string won't be correct any more. This function rebuilts the "line"
string out of the other field informations.
</en>
<de>
Wenn du irgendeine Veriable der Klasse durch dir Verwendung einer der "set" Funktionen
verändert hast, wird der "line" String nicht mehr korrekt sein. Dann kannst du mit dieser
Function den "line" String neu generieren lassen. Dazu werden dann die Informationen aus den
anderen Feldern herangezogen.
</de>
</faq>
</section>
|