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