Class AbstractDoCoMoResultParser
java.lang.Object
com.google.zxing.client.result.ResultParser
com.google.zxing.client.result.AbstractDoCoMoResultParser
- Direct Known Subclasses:
AddressBookDoCoMoResultParser, BizcardResultParser, BookmarkDoCoMoResultParser, EmailDoCoMoResultParser
See DoCoMo's documentation about the result types represented by subclasses of this class.
Thanks to Jeff Griffin for proposing rewrite of these classes that relies less on exception-based mechanisms during parsing.
-
Field Summary
Fields inherited from class ResultParser
EMPTY_STR_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String[]matchDoCoMoPrefixedField(String prefix, String rawText) (package private) static StringmatchSingleDoCoMoPrefixedField(String prefix, String rawText, boolean trim) Methods inherited from class ResultParser
getMassagedText, isStringOfDigits, isSubstringOfDigits, matchPrefixedField, matchSinglePrefixedField, maybeAppend, maybeAppend, maybeWrap, parse, parseHexDigit, parseNameValuePairs, parseResult, unescapeBackslash, urlDecode
-
Constructor Details
-
AbstractDoCoMoResultParser
AbstractDoCoMoResultParser()
-
-
Method Details
-
matchDoCoMoPrefixedField
-
matchSingleDoCoMoPrefixedField
-