Lyo Kato > XML-APML-0.04 > XML::APML::Application

Download:
XML-APML-0.04.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Source  

NAME ^

XML::APML::Application - Application markup

SYNOPSIS ^

    my $app = XML::APML::Application->new;
    $app->name('My Application');
    
    $apml->add_application($app);

    foreach my $application ($apml->applications) {
      print $application->name;
    }

DESCRIPTION ^

Class that represents Application mark-up for APML.

METHODS ^

new

Constructor

  my $app = XML::APML::Application->new;

  my $app = XML::APML::Application->new( name => 'My Application' );

name

elem

syntax highlighting: