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

NAME

Prty::Sdoc::Include - Einbinden von externen Inhalten

BASE CLASS

Prty::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert eine extrene Quelle, die einen Teil des Dokuments liefert.

ATTRIBUTES

parent => $parent

Verweis auf übergeordneten Knoten.

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

Description

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

Methods

dump() - Includiere Quelle

Synopsis

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

Description

Erzeuge eine externe Repräsentation des Code-Abschnitts und liefere diese zurück.

VERSION

1.128

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.