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

NAME

Quiq::Sdoc::TableOfContents - Inhaltsverzeichnis

BASE CLASS

Quiq::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert das Inhaltsverzeichnis des Dokuments.

ATTRIBUTES

parent => $parent

Verweis auf Superknoten.

maxDepth => $n

Tiefe des Inhaltsverzeichnisses

title => $str

Überschrift.

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

Description

Erzeuge einen TableOfContents-Knoten und liefere eine Referenz auf diesen zurück.

Methods

dump() - Erzeuge externe Repräsentation für Inhaltsverzeichnis-Knoten

Synopsis

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

Description

Erzeuge eine externe Repräsentation des Inhaltsverzeichnis-Knotens liefere diese zurück.

VERSION

1.139

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.