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

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

public class DurationEntityParser
extends java.lang.Object
implements EntityParser<DurationEntity>


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

Constructor Detail

DurationEntityParser

public DurationEntityParser()
Method Detail

parse

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


Copyright © 2013 dontdrinkandroot. All Rights Reserved.