Home
last modified time | relevance | path

Searched refs:isInternalProperty (Results 1 – 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java432 || !Utils.isInternalProperty(expPath.getSegment(XMPPath.STEP_SCHEMA) in removeProperties()
545 || !Utils.isInternalProperty(sourceSchema.getName(), sourceProp.getName())) in appendProperties()
578 || !Utils.isInternalProperty(schemaNode.getName(), currProp.getName())) in removeSchemaChildren()
DUtils.java161 static boolean isInternalProperty(String schema, String prop) in isInternalProperty() method in Utils