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

NAME

Quiq::Sdoc::KeyValRow - Zeile einer Schlüssel/Wert-Tabelle

BASE CLASS

Quiq::Sdoc::Node

DESCRIPTION

Ein Objekt der Klasse repräsentiert eine Zeile einer KeyValue-Tabelle.

ATTRIBUTES

parent => $parent

Verweis auf den Elternknoten

key => $str

Schlüssel

value => $str

Wert

METHODS

Konstruktor

new() - Konstruktor

Synopsis

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

Description

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

Methods

dump() - Erzeuge externe Repräsentation für eine KeyValue-Zeile

Synopsis

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

VERSION

1.138

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.