Home | History | Annotate | Download | only in impl

Lines Matching defs:schema

129 		// make sure the DC schema is existing, because it might be needed within the normalization
133 // Do the special case fixes within each schema.
183 * @param dcSchema the DC schema node
320 // Find the base path, look for the base schema and root node.
325 // find or create schema
411 * Moves an alias node of array form to another schema into an array
412 * @param propertyIt the property iterator of the old schema (used to delete the property)
440 * @param exifSchema the EXIF schema node
497 // Delete empty schema nodes. Do this last, other cleanup can make empty
498 // schema.
502 XMPNode schema = (XMPNode) it.next();
503 if (!schema.hasChildren())