Searched refs:rootProp (Results 1 – 1 of 1) sorted by relevance
348 String rootProp = verifyXPathRoot(schemaNS, pos.path.substring(pos.stepBegin, pos.stepEnd)); in parseRootNode() local349 XMPAliasInfo aliasInfo = XMPMetaFactory.getSchemaRegistry().findAlias(rootProp); in parseRootNode()354 XMPPathSegment rootStep = new XMPPathSegment(rootProp, XMPPath.STRUCT_FIELD_STEP); in parseRootNode()452 private static String verifyXPathRoot(String schemaNS, String rootProp) in verifyXPathRoot() argument464 if ((rootProp.charAt(0) == '?') || (rootProp.charAt(0) == '@')) in verifyXPathRoot()469 if (rootProp.indexOf('/') >= 0 || rootProp.indexOf('[') >= 0) in verifyXPathRoot()482 int colonPos = rootProp.indexOf(':'); in verifyXPathRoot()487 verifySimpleXMLName(rootProp); // Verify the part before any colon in verifyXPathRoot()488 return prefix + rootProp; in verifyXPathRoot()496 verifySimpleXMLName(rootProp.substring(0, colonPos)); in verifyXPathRoot()[all …]