Searched refs:fullStatus (Results 1 – 1 of 1) sorted by relevance
718 AliasLocation fullStatus = getCachedFullStatus(xpath); in getValueAtDPath() local719 if (fullStatus != null) { in getValueAtDPath()721 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath()722 System.out.println("\t*localeWhereFound: " + fullStatus.localeWhereFound); in getValueAtDPath()724 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath()730 public XMLSource getSource(AliasLocation fullStatus) { in getSource() argument731 XMLSource source = sources.get(fullStatus.localeWhereFound); in getSource()769 AliasLocation fullStatus = getCachedFullStatus(xpath); in getFullPathAtDPath() local770 if (fullStatus != null) { in getFullPathAtDPath()771 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath()[all …]