HomeSort by relevance Sort by last modified time
    Searched refs:propNode (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java 102 PropertyNode propNode = new PropertyNode();
103 propNode.propName = property.getName();
106 propNode.propGroupSet.addAll(groupList);
112 propNode.paramMap_TYPE.addAll(paramValueList);
115 propNode.paramMap.put(paramType, paramValue);
123 propNode.propValue_bytes = null;
124 propNode.propValue_vector.clear();
125 propNode.propValue_vector.add("");
126 propNode.propValue = "";
132 propNode.propValue_vector.clear()
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 223 XMPNode propNode = XMPNodeUtils.findNode(tree, expPath, false, null);
224 if (propNode != null)
226 XMPNodeUtils.deleteNode(propNode);
291 final XMPNode propNode = XMPNodeUtils.findNode(tree, expPath, false, null);
292 return propNode != null;
669 final XMPNode propNode = XMPNodeUtils.findNode(tree, expPath, false, null);
671 if (propNode != null)
673 if (valueType != VALUE_STRING && propNode.getOptions().isCompositeProperty())
679 final Object value = evaluateNodeValue(valueType, propNode);
691 return propNode.getOptions()
    [all...]
XMPUtilsImpl.java 428 XMPNode propNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), expPath, false, null);
429 if (propNode != null)
435 XMPNode parent = propNode.getParent();
436 parent.removeChild(propNode);
    [all...]
XMPSerializerRDF.java 811 XMPNode propNode = (XMPNode) it.next();
812 serializePrettyRDFProperty(propNode, false, 3);
    [all...]

Completed in 47 milliseconds