NAME
Prty::Sdoc::Box - Kasten
BASE CLASS
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.110
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.