• Home
  • Raw
  • Download

Lines Matching refs:PropertyInfo

300          attributeInfo.type = value == null ? PropertyInfo.OBJECT_CLASS : value.getClass();
370 - PropertyInfo expected)
371 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e…
525 void getPropertyInfo(int index, Hashtable properties, PropertyInfo info);
536 - PropertyInfo expected)
537 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e…
550 - PropertyInfo expected)
551 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e…
564 - PropertyInfo expected)
565 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e…
578 - PropertyInfo expected)
579 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e…
740 + * @return PropertyInfo containing an empty string if property either complex or empty
745 + PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
749 + propertyInfo = new PropertyInfo();
771 + PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
793 + PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
797 + propertyInfo = new PropertyInfo();
820 + PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
868 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
873 propertyInfo = new PropertyInfo();
880 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
892 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
897 propertyInfo = new PropertyInfo();
904 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());
918 + PropertyInfo info= (PropertyInfo) properties.elementAt(i);
933 + public PropertyInfo getPropertyInfo(int index) {
935 + if (element instanceof PropertyInfo) {
936 + PropertyInfo p = (PropertyInfo) element;
949 if (prop instanceof PropertyInfo) {
950 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(propIndex);
951 - PropertyInfo propertyInfoClonned = (PropertyInfo) propertyInfo.clone();
955 + PropertyInfo propertyInfoClonned = (PropertyInfo)propertyInfo.clone();
971 propertyInfo.type = value == null ? PropertyInfo.OBJECT_CLASS : value
989 + PropertyInfo propertyInfo = new PropertyInfo();
993 + propertyInfo.type = value == null ? PropertyInfo.OBJECT_CLASS : value
1025 - if (prop instanceof PropertyInfo) {
1026 + if(prop instanceof PropertyInfo) {
1028 - .append(((PropertyInfo) prop).getName())
1032 + .append(((PropertyInfo) prop).getName())
1172 addMapping(enc, ARRAY_MAPPING_NAME, PropertyInfo.VECTOR_CLASS);
1252 PropertyInfo info = new PropertyInfo();
1295 - ((SoapObject) obj).getNamespace(), name, PropertyInfo.OBJECT_TYPE)…
1297 + ((SoapObject) obj).getNamespace(), name, PropertyInfo.OBJECT_TYPE));
1317 - PropertyInfo.OBJECT_TYPE));
1319 + null, null, PropertyInfo.OBJECT_TYPE));
1337 - protected void readVector(XmlPullParser parser, Vector v, PropertyInfo elementType)
1339 + protected void readVector(XmlPullParser parser, Vector v, PropertyInfo elementType) throws IOE…
1363 - PropertyInfo expected) throws IOException, XmlPullParserException {
1365 + PropertyInfo expected)
1431 - PropertyInfo expected)
1432 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo e…
1483 if ((type instanceof Class) && type != PropertyInfo.OBJECT_CLASS) {
1605 // prop is a PropertyInfo
1606 if ((propertyInfo.flags & PropertyInfo.TRANSIENT) == 0) {
1688 - protected void writeProperty(XmlSerializer writer, Object obj, PropertyInfo type)
1693 + protected void writeProperty(XmlSerializer writer, Object obj, PropertyInfo type) throws IOExc…
1703 - private void writeElement(XmlSerializer writer, Object element, PropertyInfo type,
1705 + protected void writeElement(XmlSerializer writer, Object element, PropertyInfo type, Object ma…
1733 + PropertyInfo propertyInfo = new PropertyInfo();
1744 + // prop is a PropertyInfo
1745 + if ((propertyInfo.flags & PropertyInfo.TRANSIENT) == 0) {
1788 protected void writeVectorBody(XmlSerializer writer, Vector vector, PropertyInfo elementType)
2116 - PropertyInfo propertyInfo)
2117 + public Object readInstance(XmlPullParser parser, String namespace, String name, PropertyInfo p…