Searched refs:fullStatus (Results 1 – 1 of 1) sorted by relevance
692 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getValueAtDPath() local693 if (fullStatus != null) { in getValueAtDPath()695 System.out.println("\t*pathWhereFound: " + fullStatus.pathWhereFound); in getValueAtDPath()696 System.out.println("\t*localeWhereFound: " + fullStatus.localeWhereFound); in getValueAtDPath()698 result = getSource(fullStatus).getValueAtDPath(fullStatus.pathWhereFound); in getValueAtDPath()704 public XMLSource getSource(AliasLocation fullStatus) { in getSource() argument705 XMLSource source = sources.get(fullStatus.localeWhereFound); in getSource()743 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getFullPathAtDPath() local744 if (fullStatus != null) { in getFullPathAtDPath()745 … String fullPathWhereFound = getSource(fullStatus).getFullPathAtDPath(fullStatus.pathWhereFound); in getFullPathAtDPath()[all …]