NAME
Prty::Sdoc::Quote - Zitat-Abschnitt
BASE CLASS
DESCRIPTION
Ein Objekt der Klasse repräsentiert einen Zitat-Abschnitt im Sdoc-Parsingbaum.
ATTRIBUTES
METHODS
Konstruktor
new() - Konstruktor
Synopsis
$node = $class->new($doc,$parent);
Description
Lies Zitatabschnitt aus Textdokument $doc und liefere eine Referenz auf dieses Objekt zurück.
Methods
dump() - Erzeuge externe Repräsentation für Zitatabschnitt
Synopsis
$str = $node->dump($format);
Description
Erzeuge eine externe Repräsentation für den Zitatabschnitt, einschließlich aller Subknoten, und liefere diese zurück.
VERSION
1.07
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2016 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.