com.heroku.api.parser
Class XmlParser

java.lang.Object
  extended by com.heroku.api.parser.XmlParser
All Implemented Interfaces:
Parser

public class XmlParser
extends Object
implements Parser

TODO: Javadoc

Author:
Naaman Newbold

Constructor Summary
XmlParser()
           
 
Method Summary
<T> T
parse(byte[] data, Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlParser

public XmlParser()
Method Detail

parse

public <T> T parse(byte[] data,
                   Type type)
Specified by:
parse in interface Parser


Copyright © 2012. All Rights Reserved.