android.syncml.pim.vcard
Class VCardParser
java.lang.Object
android.syncml.pim.vcard.VCardParser
public class VCardParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mParser
VParser mParser
VERSION_VCARD21
public static final String VERSION_VCARD21
- See Also:
- Constant Field Values
VERSION_VCARD30
public static final String VERSION_VCARD30
- See Also:
- Constant Field Values
VERSION_VCARD21_INT
public static final int VERSION_VCARD21_INT
- See Also:
- Constant Field Values
VERSION_VCARD30_INT
public static final int VERSION_VCARD30_INT
- See Also:
- Constant Field Values
mVersion
String mVersion
VCardParser
public VCardParser()
parse
public boolean parse(String vcardStr,
VDataBuilder builder)
throws VCardException,
IOException
- Parse the given vcard string
- Parameters:
vcardStr - to content to be parsedbuilder - the data builder to hold data
- Returns:
- true if the string is successfully parsed, else return false
- Throws:
VCardException
IOException
Please submit a feedback, bug or feature