net.dontdrinkandroot.lastfm.api.model.parser
Class CountryEntityParser

java.lang.Object
  extended by net.dontdrinkandroot.lastfm.api.model.parser.CountryEntityParser
All Implemented Interfaces:
EntityParser<CountryEntity>

public class CountryEntityParser
extends java.lang.Object
implements EntityParser<CountryEntity>


Constructor Summary
CountryEntityParser()
           
 
Method Summary
 void parse(org.w3c.dom.Element element, CountryEntity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountryEntityParser

public CountryEntityParser()
Method Detail

parse

public void parse(org.w3c.dom.Element element,
                  CountryEntity entity)
Specified by:
parse in interface EntityParser<CountryEntity>


Copyright © 2013 dontdrinkandroot. All Rights Reserved.