Searched refs:oldParts (Results 1 – 2 of 2) sorted by relevance
266 PathHeader oldParts = null; in main() local336 … + addPart(oldParts == null ? null : oldParts.getSection(), prettyPath.getSection()) in main()337 … + addPart(oldParts == null ? null : oldParts.getPage(), prettyPath.getPage()) in main()338 … + addPart(oldParts == null ? null : oldParts.getHeader(), prettyPath.getHeader()) in main()339 … + addPart(oldParts == null ? null : oldParts.getCode(), prettyPath.getCode()) in main()353 oldParts = prettyPath; in main()
67 …XPathParts oldParts = XPathParts.getFrozenInstance(fullXpath).cloneAsThawed(); // not frozen, rewr… in main() local71 rewrite(dtdType, oldParts, value, element2Attributes, parts); in main()