Searched refs:fullPathWhereFound (Results 1 – 1 of 1) sorted by relevance
810 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath() local811 if (fullPathWhereFound == null) { in getFullPathAtDPath()813 } else if (fullPathWhereFound.equals(fullStatus.pathWhereFound)) { in getFullPathAtDPath()816 result = getFullPath(xpath, fullStatus, fullPathWhereFound); in getFullPathAtDPath()843 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath() argument853 … XPathParts fullPathWhereFoundParts = XPathParts.getFrozenInstance(fullPathWhereFound); in getFullPath()