Searched defs:schemaNS (Results 1 - 7 of 7) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParameterAsserts.java62 * @param schemaNS a schema namespace
65 public static void assertSchemaNS(String schemaNS) throws XMPException argument
67 if (schemaNS == null || schemaNS.length() == 0)
H A DXMPIteratorImpl.java50 * <code>schemaNS</code> has also be provided.
52 * @param schemaNS the iteration is reduced to this schema (optional)
53 * @param propPath the iteration is redurce to this property within the <code>schemaNS</code>
57 public XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath, argument
66 boolean baseSchema = schemaNS != null && schemaNS.length() > 0;
77 XMPPath path = XMPPathParser.expandXPath(schemaNS, propPath);
87 baseNS = schemaNS;
93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false);
H A DXMPUtilsImpl.java63 * @param schemaNS
83 public static String catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, argument
86 ParameterAsserts.assertSchemaNS(schemaNS);
104 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName);
152 * @param schemaNS
169 public static void separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, argument
173 ParameterAsserts.assertSchemaNS(schemaNS);
183 XMPNode arrayNode = separateFindCreateArray(schemaNS, arrayName, arrayOptions, xmpImpl);
336 * @param schemaNS a the namespace fo the array
343 private static XMPNode separateFindCreateArray(String schemaNS, Strin argument
408 removeProperties(XMPMeta xmp, String schemaNS, String propName, boolean doAllProperties, boolean includeAliases) argument
[all...]
H A DXMPMetaImpl.java88 public void appendArrayItem(String schemaNS, String arrayName, PropertyOptions arrayOptions, argument
91 ParameterAsserts.assertSchemaNS(schemaNS);
111 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName);
156 public void appendArrayItem(String schemaNS, String arrayName, String itemValue) argument
159 appendArrayItem(schemaNS, arrayName, null, itemValue, null);
167 public int countArrayItems(String schemaNS, String arrayName) throws XMPException argument
169 ParameterAsserts.assertSchemaNS(schemaNS);
172 XMPPath arrayPath = XMPPathParser.expandXPath(schemaNS, arrayName);
194 public void deleteArrayItem(String schemaNS, String arrayName, int itemIndex) argument
198 ParameterAsserts.assertSchemaNS(schemaNS);
214 deleteProperty(String schemaNS, String propName) argument
239 deleteQualifier(String schemaNS, String propName, String qualNS, String qualName) argument
260 deleteStructField(String schemaNS, String structName, String fieldNS, String fieldName) argument
283 doesPropertyExist(String schemaNS, String propName) argument
304 doesArrayItemExist(String schemaNS, String arrayName, int itemIndex) argument
324 doesStructFieldExist(String schemaNS, String structName, String fieldNS, String fieldName) argument
346 doesQualifierExist(String schemaNS, String propName, String qualNS, String qualName) argument
368 getArrayItem(String schemaNS, String arrayName, int itemIndex) argument
383 getLocalizedText(String schemaNS, String altTextName, String genericLang, String specificLang) argument
443 setLocalizedText(String schemaNS, String altTextName, String genericLang, String specificLang, String itemValue, PropertyOptions options) argument
627 setLocalizedText(String schemaNS, String altTextName, String genericLang, String specificLang, String itemValue) argument
638 getProperty(String schemaNS, String propName) argument
662 getProperty(String schemaNS, String propName, int valueType) argument
729 getPropertyObject(String schemaNS, String propName, int valueType) argument
758 getPropertyBoolean(String schemaNS, String propName) argument
768 setPropertyBoolean(String schemaNS, String propName, boolean propValue, PropertyOptions options) argument
778 setPropertyBoolean(String schemaNS, String propName, boolean propValue) argument
788 getPropertyInteger(String schemaNS, String propName) argument
797 setPropertyInteger(String schemaNS, String propName, int propValue, PropertyOptions options) argument
807 setPropertyInteger(String schemaNS, String propName, int propValue) argument
817 getPropertyLong(String schemaNS, String propName) argument
826 setPropertyLong(String schemaNS, String propName, long propValue, PropertyOptions options) argument
836 setPropertyLong(String schemaNS, String propName, long propValue) argument
846 getPropertyDouble(String schemaNS, String propName) argument
855 setPropertyDouble(String schemaNS, String propName, double propValue, PropertyOptions options) argument
865 setPropertyDouble(String schemaNS, String propName, double propValue) argument
875 getPropertyDate(String schemaNS, String propName) argument
885 setPropertyDate(String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options) argument
895 setPropertyDate(String schemaNS, String propName, XMPDateTime propValue) argument
905 getPropertyCalendar(String schemaNS, String propName) argument
915 setPropertyCalendar(String schemaNS, String propName, Calendar propValue, PropertyOptions options) argument
925 setPropertyCalendar(String schemaNS, String propName, Calendar propValue) argument
935 getPropertyBase64(String schemaNS, String propName) argument
944 getPropertyString(String schemaNS, String propName) argument
953 setPropertyBase64(String schemaNS, String propName, byte[] propValue, PropertyOptions options) argument
963 setPropertyBase64(String schemaNS, String propName, byte[] propValue) argument
974 getQualifier(String schemaNS, String propName, String qualNS, String qualName) argument
989 getStructField(String schemaNS, String structName, String fieldNS, String fieldName) argument
1023 iterator(String schemaNS, String propName, IteratorOptions options) argument
1034 setArrayItem(String schemaNS, String arrayName, int itemIndex, String itemValue, PropertyOptions options) argument
1058 setArrayItem(String schemaNS, String arrayName, int itemIndex, String itemValue) argument
1070 insertArrayItem(String schemaNS, String arrayName, int itemIndex, String itemValue, PropertyOptions options) argument
1094 insertArrayItem(String schemaNS, String arrayName, int itemIndex, String itemValue) argument
1105 setProperty(String schemaNS, String propName, Object propValue, PropertyOptions options) argument
1130 setProperty(String schemaNS, String propName, Object propValue) argument
1141 setQualifier(String schemaNS, String propName, String qualNS, String qualName, String qualValue, PropertyOptions options) argument
1160 setQualifier(String schemaNS, String propName, String qualNS, String qualName, String qualValue) argument
1172 setStructField(String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue, PropertyOptions options) argument
1186 setStructField(String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java75 * @param schemaNS
84 public static XMPPath expandXPath(String schemaNS, String path) throws XMPException argument
86 if (schemaNS == null || path == null)
97 parseRootNode(schemaNS, pos, expandedXPath);
330 * @param schemaNS the root namespace
335 private static void parseRootNode(String schemaNS, PathPosition pos, XMPPath expandedXPath) argument
348 String rootProp = verifyXPathRoot(schemaNS, pos.path.substring(pos.stepBegin, pos.stepEnd));
353 expandedXPath.add(new XMPPathSegment(schemaNS, XMPPath.SCHEMA_NODE));
447 * @param schemaNS schema namespace
452 private static String verifyXPathRoot(String schemaNS, Strin argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java38 * @param schemaNS
57 public static String catenateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, argument
61 .catenateArrayItems(xmp, schemaNS, arrayName, separator, quotes, allowCommas);
70 * @param schemaNS
83 public static void separateArrayItems(XMPMeta xmp, String schemaNS, String arrayName, argument
87 XMPUtilsImpl.separateArrayItems(xmp, schemaNS, arrayName, catedStr, arrayOptions,
97 * It operates in one of three main modes depending on the schemaNS and
101 * <li> Non-empty <code>schemaNS</code> and <code>propName</code> - The named property is
106 * <li> Non-empty <code>schemaNS</code> and empty <code>propName</code> - The all external
112 * <li> Empty <code>schemaNS</cod
138 removeProperties(XMPMeta xmp, String schemaNS, String propName, boolean doAllProperties, boolean includeAliases) argument
[all...]
H A DXMPMeta.java48 * @param schemaNS The namespace URI for the property. May be <code>null</code> or the empty
53 * component is optional. If present without a schemaNS value then the prefix specifies
54 * the namespace. The prefix must be for a registered namespace. If both a schemaNS URI
61 XMPProperty getProperty(String schemaNS, String propName) throws XMPException; argument
68 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty.
79 XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException; argument
85 * @param schemaNS The namespace URI for the array. Has the same usage as in getProperty.
92 int countArrayItems(String schemaNS, String arrayName) throws XMPException; argument
104 * @param schemaNS The namespace URI for the struct. Has the same usage as in getProperty.
109 * schemaNS paramete
118 getStructField( String schemaNS, String structName, String fieldNS, String fieldName) argument
156 getQualifier( String schemaNS, String propName, String qualNS, String qualName) argument
196 setProperty( String schemaNS, String propName, Object propValue, PropertyOptions options) argument
211 setProperty( String schemaNS, String propName, Object propValue) argument
235 setArrayItem( String schemaNS, String arrayName, int itemIndex, String itemValue, PropertyOptions options) argument
252 setArrayItem( String schemaNS, String arrayName, int itemIndex, String itemValue) argument
276 insertArrayItem( String schemaNS, String arrayName, int itemIndex, String itemValue, PropertyOptions options) argument
293 insertArrayItem( String schemaNS, String arrayName, int itemIndex, String itemValue) argument
324 appendArrayItem( String schemaNS, String arrayName, PropertyOptions arrayOptions, String itemValue, PropertyOptions itemOptions) argument
340 appendArrayItem( String schemaNS, String arrayName, String itemValue) 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
416 setQualifier( String schemaNS, String propName, String qualNS, String qualName, String qualValue, PropertyOptions options) argument
435 setQualifier( String schemaNS, String propName, String qualNS, String qualName, String qualValue) argument
456 deleteProperty(String schemaNS, String propName) argument
471 deleteArrayItem(String schemaNS, String arrayName, int itemIndex) argument
489 deleteStructField(String schemaNS, String structName, String fieldNS, String fieldName) argument
506 deleteQualifier(String schemaNS, String propName, String qualNS, String qualName) argument
518 doesPropertyExist(String schemaNS, String propName) argument
534 doesArrayItemExist(String schemaNS, String arrayName, int itemIndex) argument
552 doesStructFieldExist( String schemaNS, String structName, String fieldNS, String fieldName) argument
573 doesQualifierExist(String schemaNS, String propName, String qualNS, String qualName) argument
642 getLocalizedText( String schemaNS, String altTextName, String genericLang, String specificLang) argument
684 setLocalizedText( String schemaNS, String altTextName, String genericLang, String specificLang, String itemValue, PropertyOptions options) argument
703 setLocalizedText( String schemaNS, String altTextName, String genericLang, String specificLang, String itemValue) argument
731 getPropertyBoolean(String schemaNS, String propName) argument
746 getPropertyInteger(String schemaNS, String propName) argument
761 getPropertyLong(String schemaNS, String propName) argument
776 getPropertyDouble(String schemaNS, String propName) argument
791 getPropertyDate(String schemaNS, String propName) argument
806 getPropertyCalendar(String schemaNS, String propName) argument
821 getPropertyBase64(String schemaNS, String propName) argument
838 getPropertyString(String schemaNS, String propName) argument
852 setPropertyBoolean( String schemaNS, String propName, boolean propValue, PropertyOptions options) argument
867 setPropertyBoolean( String schemaNS, String propName, boolean propValue) argument
884 setPropertyInteger( String schemaNS, String propName, int propValue, PropertyOptions options) argument
899 setPropertyInteger( String schemaNS, String propName, int propValue) argument
916 setPropertyLong( String schemaNS, String propName, long propValue, PropertyOptions options) argument
931 setPropertyLong( String schemaNS, String propName, long propValue) argument
948 setPropertyDouble( String schemaNS, String propName, double propValue, PropertyOptions options) argument
963 setPropertyDouble( String schemaNS, String propName, double propValue) argument
981 setPropertyDate( String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options) argument
996 setPropertyDate( String schemaNS, String propName, XMPDateTime propValue) argument
1014 setPropertyCalendar( String schemaNS, String propName, Calendar propValue, PropertyOptions options) argument
1029 setPropertyCalendar( String schemaNS, String propName, Calendar propValue) argument
1047 setPropertyBase64( String schemaNS, String propName, byte[] propValue, PropertyOptions options) argument
1062 setPropertyBase64( String schemaNS, String propName, byte[] propValue) argument
1105 iterator( String schemaNS, String propName, IteratorOptions options) argument
[all...]

Completed in 231 milliseconds