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

NAME

Quiq::Sdoc::BridgeHead - Zwischenüberschrift

BASE CLASS

Quiq::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert eine Zwischenüberschrift.

ATTRIBUTES

parent => $parent

Verweis auf Superknoten.

level => $n

Stufe der Zwischenüberschrift.

title => $str

Titel des Abschnitts.

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

Methods

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

Synopsis

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

VERSION

1.137

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.