Searched refs:fullPathWhereFound (Results 1 – 1 of 1) sorted by relevance
771 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath() local772 if (fullPathWhereFound == null) { in getFullPathAtDPath()774 } else if (fullPathWhereFound.equals(fullStatus.pathWhereFound)) { in getFullPathAtDPath()777 result = getFullPath(xpath, fullStatus, fullPathWhereFound); in getFullPathAtDPath()804 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath() argument811 XPathParts fullPathWhereFoundParts = new XPathParts().set(fullPathWhereFound); in getFullPath()