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

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

Uses of PropertyNode in a_vcard.android.syncml.pim
 

Fields in a_vcard.android.syncml.pim with type parameters of type PropertyNode
 java.util.ArrayList<PropertyNode> VNode.propList
           
 

Methods in a_vcard.android.syncml.pim that return PropertyNode
static PropertyNode PropertyNode.decode(java.lang.String encodedString)
           
 

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

Methods in a_vcard.android.syncml.pim.vcard with parameters of type PropertyNode
 void ContactStruct.addExtension(PropertyNode propertyNode)