Searched refs:baseId (Results 1 – 2 of 2) sorted by relevance
332 public void setBaseId(String baseId) { in setBaseId() argument333 m_baseID = baseId; in setBaseId()
1641 int baseId = Integer.parseInt(parts.getAttributeValue(1, "baseXpath")); in handlePathValue() local1642 Map<Integer, CandidateInfo> info = basepathToInfo.get(baseId); in handlePathValue()1644 basepathToInfo.put(baseId, info = new TreeMap<Integer, CandidateInfo>()); in handlePathValue()