Searched defs:fieldNS (Results 1 - 3 of 3) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPPathFactory.java36 * String path = XMPPathFactory.composeStructFieldPath (schemaNS, "Struct", fieldNS,
46 * String path = XMPPathFactory.composeStructFieldPath (schemaNS, "Struct", fieldNS,
105 * @param fieldNS The namespace URI for the field. Must not be <code>null</code> or the empty
111 * schemaNS and &quot;fNS&quot; is the prefix for fieldNS.
114 public static String composeStructFieldPath(String fieldNS, argument
117 assertFieldNS(fieldNS);
120 XMPPath fieldPath = XMPPathParser.expandXPath(fieldNS, fieldName);
201 * String path = composeFieldSelector ( schemaNS, &quot;Downloads&quot;, fieldNS,
203 * XMPProperty prop = xmpObj.getStructField ( schemaNS, path, fieldNS, &quot;URI&quot; );
210 * @param fieldNS Th
221 composeFieldSelector(String arrayName, String fieldNS, String fieldName, String fieldValue) argument
269 assertFieldNS(String fieldNS) argument
[all...]
H A DXMPMeta.java108 * @param fieldNS The namespace URI for the field. Has the same URI and prefix usage as the
121 String fieldNS,
356 * @param fieldNS The namespace URI for the field. Has the same URI and prefix usage as the
368 String fieldNS,
379 * @param fieldNS The namespace URI for the field
387 String fieldNS,
483 * @param fieldNS The namespace URI for the field. Has the same URI and prefix usage as the
489 void deleteStructField(String schemaNS, String structName, String fieldNS, String fieldName); argument
545 * @param fieldNS The namespace URI for the field. Has the same URI and prefix usage as the
555 String fieldNS,
118 getStructField( String schemaNS, String structName, String fieldNS, String fieldName) argument
365 setStructField( String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue, PropertyOptions options) argument
384 setStructField( String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue) argument
552 doesStructFieldExist( String schemaNS, String structName, String fieldNS, String fieldName) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java260 public void deleteStructField(String schemaNS, String structName, String fieldNS, argument
265 // fieldNS and fieldName are checked inside composeStructFieldPath
270 + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
324 public boolean doesStructFieldExist(String schemaNS, String structName, String fieldNS, argument
329 // fieldNS and fieldName are checked inside composeStructFieldPath()
333 String path = XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
989 public XMPProperty getStructField(String schemaNS, String structName, String fieldNS, argument
992 // fieldNS and fieldName are checked inside composeStructFieldPath
996 String fieldPath = structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
1172 public void setStructField(String schemaNS, String structName, String fieldNS, argument
1186 setStructField(String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue) argument
[all...]

Completed in 768 milliseconds