Searched refs:Context (Results 1 – 2 of 2) sorted by relevance
154 contexts = new Context[32]; in reset()157 contexts[contextPos] = currentContext = new Context(); in reset()207 Context newContexts[] = new Context[max*2]; in pushContext()216 contexts[contextPos] = currentContext = new Context(); in pushContext()500 contexts[contextPos] = currentContext = new Context(); in setNamespaceDeclUris()523 private Context contexts[];525 private Context currentContext;548 final class Context { class in NamespaceSupport554 Context () in Context() method in NamespaceSupport.Context567 void setParent (Context parent) in setParent()[all …]
120 Context context = new Context(inputSource, url, select); in contextToTestSuite()151 final XPath xpath, final Context context, final Element element) { in createFromTest()203 final XPath xpath, final Context context, final Element element) {217 static class Context {222 Context(InputSource inputSource, String url, String select) {249 private final Context context;252 public XPathTest(Context context, String select) {