Home
last modified time | relevance | path

Searched refs:findSchemaNode (Results 1 – 5 of 5) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java72 static XMPNode findSchemaNode(XMPNode tree, String namespaceURI, in findSchemaNode() method in XMPNodeUtils
76 return findSchemaNode(tree, namespaceURI, null, createNodes); in findSchemaNode()
95 static XMPNode findSchemaNode(XMPNode tree, String namespaceURI, String suggestedPrefix, in findSchemaNode() method in XMPNodeUtils
212 currNode = findSchemaNode(xmpTree, in findNode()
DXMPNormalizer.java131 XMPNodeUtils.findSchemaNode(xmp.getRoot(), XMPConst.NS_DC, true); in touchUpDataModel()
326 XMPNode baseSchema = XMPNodeUtils.findSchemaNode(tree, info in moveExplicitAliases()
594 XMPNode dcSchema = XMPNodeUtils.findSchemaNode( in migrateAudioCopyright()
DXMPIteratorImpl.java93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false); in XMPIteratorImpl()
DXMPUtilsImpl.java454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties()
529 XMPNode destSchema = XMPNodeUtils.findSchemaNode(dest.getRoot(), in appendProperties()
DParseRDF.java1022 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), namespace, in addChildNode()