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

NAME

Prty::Sdoc::Box - Kasten

BASE CLASS

Prty::Sdoc::Node

ATTRIBUTES

parent => $parent

Verweis auf den Elternknoten

childs => \@childs

Liste der Subknoten

title => $title

Überschrift

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

Methods

dump() - Erzeuge externe Repräsentation für Box-Element

Synopsis

    $str = $node->dump($format,@args);

Description

Erzeuge eine externe Repräsentation für das Box-Element, einschließlich aller Subknoten, und liefere diese zurück.

VERSION

1.121

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2017 Frank Seitz

LICENSE

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