Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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>