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

NAME

Prty::Sdoc::KeyValTable - Schlüssel/Wert-Tabelle

BASE CLASS

Prty::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert eine Tabelle aus Schlüsel/wert-Paaren.

ATTRIBUTES

parent => $parent

Verweis auf Superknoten.

childs => \@childs

Liste der Subknoten. Die Subknoten sind ausschließlich KeyValRow-Knoten.

METHODS

Konstruktor

new() - Konstruktor

Synopsis

    $node = $class->new($doc,$parent);

Description

Lies eine Liste aus Textdokument $doc und liefere eine Referenz auf dieses Objekt zurück.

Methods

dump() - Erzeuge externe Repräsentation für eine KeyValue-Tabelle

Synopsis

    $str = $node->dump($format);

Description

Erzeuge eine externe Repräsentation für die KeyValue-Tabelle, einschließlich aller Subknoten, und liefere diese zurück.

VERSION

1.082

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.