Home | History | Annotate | Download | only in impl

Lines Matching defs:schema

64 	 *            The schema namespace URI for the array. Must not be null or
153 * The schema namespace URI for the array. Must not be null or
394 * Optional schema namespace URI for the properties to be
405 * "named schema" case above.
417 // the named schema might not actually exist. So don't lookup the
418 // schema node.
422 throw new XMPException("Property name requires schema namespace",
439 // remove empty schema node
449 // Remove all properties from the named schema. Optionally include
451 // there might not be an actual schema node.
489 // Remove all appropriate properties from all schema. In this case
495 XMPNode schema = (XMPNode) it.next();
496 if (removeSchemaChildren(schema, doAllProperties))
528 // Make sure we have a destination schema node
540 // Process the source schema's children.
554 // Don't create an empty schema / remove empty schema.
562 * Remove all schema children according to the flag
567 * a schema node
570 * @return Returns true if the schema is empty after the operation.