Searched refs:oldParts (Results 1 – 2 of 2) sorted by relevance
263 PathHeader oldParts = null; in main() local331 … + addPart(oldParts == null ? null : oldParts.getSection(), prettyPath.getSection()) in main()332 … + addPart(oldParts == null ? null : oldParts.getPage(), prettyPath.getPage()) in main()333 … + addPart(oldParts == null ? null : oldParts.getHeader(), prettyPath.getHeader()) in main()334 … + addPart(oldParts == null ? null : oldParts.getCode(), prettyPath.getCode()) in main()348 oldParts = prettyPath; in main()
53 final XPathParts oldParts = new XPathParts(); in main() local67 oldParts.set(fullXpath); in main()71 rewrite(dtdType, oldParts, value, element2Attributes, parts); in main()