|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ccd.ui.portlets.search.core.CSVParser
public class CSVParser
This class is used to parse the CSV text with specified delimiters. The delimiters are are user defined.
Constructor Summary | |
---|---|
CSVParser()
|
Method Summary | |
---|---|
java.util.ArrayList |
getMetaDataList(java.lang.String metaData)
This method returns the metaDataList for the ResultData |
ResultData |
parse(java.lang.String xmlString)
This method parses the CSV text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVParser()
Method Detail |
---|
public ResultData parse(java.lang.String xmlString) throws UIException
xmlString
- is parsed to get the desired CSV text
UIException
public java.util.ArrayList getMetaDataList(java.lang.String metaData)
metaData
- metaDataString used for creating the table headings.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |