Home
last modified time | relevance | path

Searched defs:schemaNode (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
Dbinding.js116 function isPlatformSupported(schemaNode, platform) { argument
121 function isManifestVersionSupported(schemaNode, manifestVersion) { argument
126 function isSchemaNodeSupported(schemaNode, platform, manifestVersion) { argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties() local
572 private static boolean removeSchemaChildren(XMPNode schemaNode, boolean doAllProperties) in removeSchemaChildren()
DXMPNodeUtils.java100 XMPNode schemaNode = tree.findChildByName(namespaceURI); in findSchemaNode() local
DXMPSerializerRDF.java793 private void serializePrettyRDFSchema(XMPNode schemaNode) throws IOException, XMPException in serializePrettyRDFSchema()
DParseRDF.java1022 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), namespace, in addChildNode() local