HomeSort by relevance Sort by last modified time
    Searched full:rootprop (Results 1 - 1 of 1) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 348 String rootProp = verifyXPathRoot(schemaNS, pos.path.substring(pos.stepBegin, pos.stepEnd));
349 XMPAliasInfo aliasInfo = XMPMetaFactory.getSchemaRegistry().findAlias(rootProp);
354 XMPPathSegment rootStep = new XMPPathSegment(rootProp, XMPPath.STRUCT_FIELD_STEP);
448 * @param rootProp the root xpath segment
452 private static String verifyXPathRoot(String schemaNS, String rootProp)
464 if ((rootProp.charAt(0) == '?') || (rootProp.charAt(0) == '@'))
469 if (rootProp.indexOf('/') >= 0 || rootProp.indexOf('[') >= 0)
482 int colonPos = rootProp.indexOf(':')
    [all...]

Completed in 60 milliseconds