Uses of Class
a_vcard.android.syncml.pim.VNode

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

Uses of VNode in a_vcard.android.syncml.pim
 

Fields in a_vcard.android.syncml.pim with type parameters of type VNode
 java.util.List<VNode> VDataBuilder.vNodeList
          type=VNode
 

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

Methods in a_vcard.android.syncml.pim.vcard with parameters of type VNode
static ContactStruct ContactStruct.constructContactFromVNode(VNode node, int nameOrderType)