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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false);
455 if (schemaNode != null)
457 if (removeSchemaChildren(schemaNode, doAllProperties))
459 xmpImpl.getRoot().removeChild(schemaNode);
566 * @param schemaNode
572 private static boolean removeSchemaChildren(XMPNode schemaNode, boolean doAllProperties) argument
574 for (Iterator it = schemaNode.iterateChildren(); it.hasNext();)
578 || !Utils.isInternalProperty(schemaNode.getName(), currProp.getName()))
584 return !schemaNode.hasChildren();
H A DXMPSerializerRDF.java789 * @param schemaNode a schema node
793 private void serializePrettyRDFSchema(XMPNode schemaNode) throws IOException, XMPException argument
803 declareUsedNamespaces(schemaNode, usedPrefixes, 4);
809 for (Iterator it = schemaNode.iterateChildren(); it.hasNext();)
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 427 milliseconds