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

Treex::PML::Seq::Element

This class implements an element of a 'sequence', i.e. a name-value pair.

Treex::PML::Seq::Element->new (name, value)

Create a new sequence element.

$el->name ()

Return the name of the element.

$el->value ()

Return the value of the element.

$el->set_name (name)

Set name of the element

$el->set_value (value)

Set value of the element