Home | History | Annotate | Download | only in impl

Lines Matching refs:ARRAY

100 			throw new XMPException("Only array form flags allowed for arrayOptions",
104 // Check if array options are set correctly.
108 // Locate or create the array. If it already exists, make sure the array
119 // The array exists, make sure the form is compatible. Zero
123 throw new XMPException("The named property is not an array", XMPError.BADXPATH);
127 // throw new XMPException("Mismatch of existing and specified array form", BADOPTIONS);
132 // The array does not exist, try to create it.
138 throw new XMPException("Failure creating array node", XMPError.BADXPATH);
143 // array options missing
144 throw new XMPException("Explicit arrayOptions required to create new array",
186 throw new XMPException("The named property is not an array", XMPError.BADXPATH);
455 // Find the array node and set the options if it was just created.
457 PropertyOptions.ARRAY | PropertyOptions.ARRAY_ORDERED
462 throw new XMPException("Failed to find or create array node", XMPError.BADXPATH);
473 "Specified property is no alt-text array", XMPError.BADXPATH);
497 // Moves x-default to the beginning of the array
505 // chooseLocalizedText will make sure the array is a language
517 // Create the array items for the specificLang and x-default, with
1050 throw new XMPException("Specified array does not exist", XMPError.BADXPATH);
1086 throw new XMPException("Specified array does not exist", XMPError.BADXPATH);
1292 * normalization checks is important. If the array is empty we end up with
1295 * @param arrayNode an array node
1327 throw new XMPException("Array index out of bounds", XMPError.BADINDEX);