|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.marlovits.addressSearch.directories.VCardParser
public class VCardParser
Constructor Summary | |
---|---|
VCardParser(java.lang.String vCardContents)
the constructor: save full contents and parse contents into the internal HashMap be careful: there may be more than just one entry for a single key! |
Method Summary | |
---|---|
static java.lang.String |
getDocReturnCharacter(java.lang.String contents)
try to find out which kind of return character this document uses |
java.lang.String |
getVCardValue(java.lang.String key,
int index)
find the value for a key in the vCard HashMap |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCardParser(java.lang.String vCardContents)
vCardContents
- Method Detail |
---|
public java.lang.String getVCardValue(java.lang.String key, int index)
key
- the key for which to find the matching valueindex
- the index of the actual info in the data, zero-based, semicolon-delimited
public static java.lang.String getDocReturnCharacter(java.lang.String contents)
contents
- : the text to be analyzed
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |