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

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

public class PriceEntityParser
extends java.lang.Object
implements EntityParser<PriceEntity>


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

Constructor Detail

PriceEntityParser

public PriceEntityParser()
Method Detail

parse

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


Copyright © 2013 dontdrinkandroot. All Rights Reserved.