Uses of Interface
a_vcard.android.syncml.pim.VBuilder

Packages that use VBuilder
a_vcard.android.syncml.pim   
a_vcard.android.syncml.pim.vcard   
 

Uses of VBuilder in a_vcard.android.syncml.pim
 

Classes in a_vcard.android.syncml.pim that implement VBuilder
 class VDataBuilder
          Store the parse result to custom datastruct: VNode, PropertyNode Maybe several vcard instance, so use vNodeList to store.
 

Uses of VBuilder in a_vcard.android.syncml.pim.vcard
 

Classes in a_vcard.android.syncml.pim.vcard that implement VBuilder
 class VCardSourceDetector
          Class which tries to detects the source of the vCard from its properties.
 

Fields in a_vcard.android.syncml.pim.vcard declared as VBuilder
protected  VBuilder VCardParser_V21.mBuilder
          The builder to build parsed data
 

Methods in a_vcard.android.syncml.pim.vcard with parameters of type VBuilder
 boolean VCardParser_V21.parse(java.io.InputStream is, java.lang.String charset, VBuilder builder)
          Parse the given stream and constructs VCardDataBuilder object.
 void VCardParser_V21.parse(java.io.InputStream is, java.lang.String charset, VBuilder builder, boolean canceled)
          It is very, very rare case, but there is a case where canceled may be already true outside this object.
 boolean VCardParser_V21.parse(java.io.InputStream is, VBuilder builder)