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::PlaceFactory - A Factory for creating WWW::EFA::Place objects.
VERSION
Version 0.01
SYNOPSIS
my $factory = WWW::EFA::PlaceFactory->new();
METHODS
place_from_itdOdvPlace
Returns a WWW::EFA::Place object
my $place = $factory->place_from_itdOdvPlace( $itd_odv->findnodes( '/itdOdvPlace' ) );
Expects an XML::LibXML::Element of XML like this:
<itdOdvPlace state="identified" method="itp"> <odvPlaceElem omc="9162000" placeID="1" value="9162000:1" span="0" type="remote" mainPlace="1">München</odvPlaceElem> <odvPlaceInput/> </itdOdvPlace>
COPYRIGHT
Copyright 2011, Robin Clarke, Munich, Germany
AUTHOR
Robin Clarke <perl@robinclarke.net>
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 32:
Non-ASCII character seen before =encoding in 'mainPlace="1">München</odvPlaceElem>'. Assuming UTF-8