Uses of Class
com.google.zxing.client.result.ResultParser

Packages that use ResultParser
com.google.zxing.client.result   
 

Uses of ResultParser in com.google.zxing.client.result
 

Subclasses of ResultParser in com.google.zxing.client.result
 class AddressBookAUResultParser
          Implements KDDI AU's address book format.
 class AddressBookDoCoMoResultParser
          Implements the "MECARD" address book entry format.
 class BizcardResultParser
          Implements the "BIZCARD" address book entry format, though this has been largely reverse-engineered from examples observed in the wild -- still looking for a definitive reference.
 class BookmarkDoCoMoResultParser
           
 class EmailAddressResultParser
          Represents a result that encodes an e-mail address, either as a plain address like "joe@example.org" or a mailto: URL like "mailto:joe@example.org".
 class EmailDoCoMoResultParser
          Implements the "MATMSG" email message entry format.
 class ExpandedProductResultParser
          Parses strings of digits that represent a RSS Extended code.
 class GeoResultParser
          Parses a "geo:" URI result, which specifies a location on the surface of the Earth as well as an optional altitude above the surface.
 class ISBNResultParser
          Parses strings of digits that represent a ISBN.
 class ProductResultParser
          Parses strings of digits that represent a UPC code.
 class SMSMMSResultParser
          Parses an "sms:" URI result, which specifies a number to SMS.
 class SMSTOMMSTOResultParser
          Parses an "smsto:" URI result, whose format is not standardized but appears to be like: smsto:number(:body).
 class SMTPResultParser
          Parses an "smtp:" URI result, whose format is not standardized but appears to be like: smtp(:subject(:body)).
 class TelResultParser
          Parses a "tel:" URI result, which specifies a phone number.
 class URIResultParser
          Tries to parse results that are a URI of some kind.
 class URLTOResultParser
          Parses the "URLTO" result format, which is of the form "URLTO:[title]:[url]".
 class VCardResultParser
          Parses contact information formatted according to the VCard (2.1) format.
 class VEventResultParser
          Partially implements the iCalendar format's "VEVENT" format for specifying a calendar event.
 class WifiResultParser
          Parses a WIFI configuration string.
 



Copyright © 2007-2012. All Rights Reserved.