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

NAME

WWW::EFA::RouteFactory - A factory for creating WWW::EFA::Route objects.

VERSION

    Version 0.02

SYNOPSIS

  my $factory = WWW::EFA::RouteFactory->new();

ATTRIBUTES

TODO: RCL 2012-01-22 Documentation

METHODS

route_from_itdRoute

Returns a WWW::EFA::Route object

  my $route = $factory->route_from_itdRoute( $element );

Expects an XML::LibXML::Element of XML with this kind of XML:

TODO: RCL 2012-01-22 Example XML

partial_from_itdPartialRoute

Returns a WWW::EFA::PartialRoute object

  my $route = $factory->partial_from_itdPartialRoute( $part_element );

Expects an XML::LibXML::Element of XML with this kind of XML:

TODO: RCL 2012-01-22 Example XML

COPYRIGHT

Copyright 2011, Robin Clarke, Munich, Germany

AUTHOR

Robin Clarke <perl@robinclarke.net>