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

NAME

Prty::Sdoc::Link - Definition eines Link

BASE CLASS

Prty::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert die Definition eines Link.

ATTRIBUTES

parent => $parent

Verweis auf Superknoten

name => $name

Name oder Namen des Link. Mehrere Namen werden mit | getrennt.

url => $url

Url des Link

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

VERSION

1.125

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2018 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.