Searched refs:fullStatus (Results 1 – 1 of 1) sorted by relevance
752 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getValueAtDPath() local753 if (fullStatus != null) { in getValueAtDPath()755 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath()756 System.out.println("\t*localeWhereFound: " + fullStatus.localeWhereFound); in getValueAtDPath()758 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath()768 public XMLSource getSource(AliasLocation fullStatus) { in getSource() argument769 XMLSource source = sources.get(fullStatus.localeWhereFound); in getSource()808 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getFullPathAtDPath() local809 if (fullStatus != null) { in getFullPathAtDPath()810 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath()[all …]