NAME
Quiq::Sdoc::Link - Definition eines Link
BASE CLASS
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.135
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.