Searched refs:newContext (Results 1 – 2 of 2) sorted by relevance
131 DateTimeParseContext newContext = new DateTimeParseContext(formatter); in copy() local132 newContext.caseSensitive = caseSensitive; in copy()133 newContext.strict = strict; in copy()134 return newContext; in copy()
175 Node newContext = (Node) xpath.evaluate( in createFromTest()178 xpath.evaluate(valueOfSelect, newContext, XPathConstants.STRING)); in createFromTest()