a_vcard.android.syncml.pim
Interface VBuilder
- All Known Implementing Classes:
- VCardSourceDetector, VDataBuilder
public interface VBuilder
start
void start()
end
void end()
startRecord
void startRecord(java.lang.String type)
- Parameters:
type
- VXX
BEGIN:VXX
endRecord
void endRecord()
- END:VXX
startProperty
void startProperty()
endProperty
void endProperty()
propertyGroup
void propertyGroup(java.lang.String group)
- Parameters:
group
-
propertyName
void propertyName(java.lang.String name)
- Parameters:
name
- N
N
propertyParamType
void propertyParamType(java.lang.String type)
- Parameters:
type
- LANGUAGE \ ENCODING
;LANGUage= \ ;ENCODING=
propertyParamValue
void propertyParamValue(java.lang.String value)
- Parameters:
value
- FR-EN \ GBK
FR-EN \ GBK
propertyValues
void propertyValues(java.util.List<java.lang.String> values)