The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quiq::Sdoc::Quote - Zitat-Abschnitt

BASE CLASS

Quiq::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert einen Zitat-Abschnitt im Sdoc-Parsingbaum.

ATTRIBUTES

parent => $parent

Verweis auf den Elternknoten.

text => $text

Zitat-Text.

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.132

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2019 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.