<include file="top.lhhtml">
<lconf pos="/tag" pagename="tag">
<section link="/tag">
<locale>
<locale language="en">
The <code>Tag</code> handles tags. It parses it and allows easy usage
of it.
</locale>
<locale language="de">
Die <code>Tag</code> Klasse handhabt Tags. Die Klasse parsed die Tags und erlaubt
deren einfache Handhabung.
</locale>
</locale>
<definition title-en="Tag Class Definition" title-de="Tag Klasse Definition">
<include file="tag.def">
</definition>
<faq title-en="Concept" title-de="Konzept">
<locale>
<locale language="en">
Every tag consists of a tag name and options. The <coed>Tag</code> class parses
a string or a <code>Line</code> that contains a tag and splits
up the name, the options and it's values. <br>
Now you can search for options and their values and
manipilate them.<br>
Then you can rebuilt the tag with the <b>rebuilt_tag()</b> function
and get the new tag with the <b>get_tag()</b> function.
</locale>
<locale language="de">
Jedes Tag besteht aus einem Tag Namen und den Optionen. Die <code>Tag</code>
Klasse parst einen String der ein Tag enhält, oder erhält die notwendigen Informationen
direkt von einer <code>Line</code> und liest die Optionen und ihre Werte ein.<br>
Nun kannst du nach Optionen und deren Werten suchen, und diese sogar
manipulieren.<br>
Dann kannst du das Tag mit der <b>rebuilt_tag()</b> Funktion neu generieren lassen und
mit der <b>get_tag()</b> Funktion das neu generierte Tag erhalten.
</locale>
</locale>
</faq>
</section>
|