Package com.google.zxing.client.result
Class AddressBookDoCoMoResultParser
java.lang.Object
com.google.zxing.client.result.ResultParser
com.google.zxing.client.result.AddressBookDoCoMoResultParser
Implements the "MECARD" address book entry format.
 Supported keys: N, SOUND, TEL, EMAIL, NOTE, ADR, BDAY, URL, plus ORG
 Unsupported keys: TEL-AV, NICKNAME
 Except for TEL, multiple values for keys are also not supported;
 the first one found takes precedence.
 Our understanding of the MECARD format is based on this document:
 http://www.mobicode.org.tw/files/OMIA%20Mobile%20Bar%20Code%20Standard%20v3.2.1.doc
- Author:
- Sean Owen
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAttempts to parse the rawResult's contents as a particular type of information (email, URL, etc.) and return aParsedResultencapsulating the result of parsing.Methods inherited from class com.google.zxing.client.result.ResultParsergetMassagedText, isStringOfDigits, isSubstringOfDigits, maybeAppend, maybeAppend, maybeWrap, parseHexDigit, parseResult, unescapeBackslash
- 
Constructor Details- 
AddressBookDoCoMoResultParserpublic AddressBookDoCoMoResultParser()
 
- 
- 
Method Details- 
parseDescription copied from class:ResultParserAttempts to parse the rawResult's contents as a particular type of information (email, URL, etc.) and return aParsedResultencapsulating the result of parsing.- Specified by:
- parsein class- ResultParser
- Parameters:
- result- the raw- Resultto parse
- Returns:
- ParsedResultencapsulating the parsing result
 
 
-