NAME
Prty::Sdoc::Include - Einbinden von externen Inhalten
BASE CLASS
DESCRIPTION
Ein Objekt der Klasse repräsentiert eine extrene Quelle, die einen Teil des Dokuments liefert.
ATTRIBUTES
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.086
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2016 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.