|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectceleboss.HTMLload.HTMLParser
celeboss.HTMLload.PortfolioParser
This class uses a HTMLDataSource to load details about a specific portfolio.
| Constructor Summary | |
PortfolioParser(java.io.InputStream in)
Creates a parser that will extract information from a HTML file representing the Portfolio details. |
|
| Method Summary | |
java.util.Collection |
parseDetails(Portfolio target)
This method parses the incoming InputStream that is a HTML data containing Portfolio details. |
| Methods inherited from class celeboss.HTMLload.HTMLParser |
close, convertMoney, convertPerc, extractTitledValue, getChar, getMillions, getNextValue, setReturnTags |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PortfolioParser(java.io.InputStream in)
in - Input stream containig raw HTML.| Method Detail |
public java.util.Collection parseDetails(Portfolio target)
throws java.io.IOException
target - Portfolio to update.
java.io.IOException - Some problem accessing the remote source.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||