Searched refs:createRootContext (Results 1 – 10 of 10) sorted by relevance
133 public static JsonWriteContext createRootContext() { return createRootContext(null); } in createRootContext() method in JsonWriteContext135 public static JsonWriteContext createRootContext(DupDetector dd) { in createRootContext() method in JsonWriteContext
105 public static JsonReadContext createRootContext(int lineNr, int colNr, DupDetector dups) { in createRootContext() method in JsonReadContext109 public static JsonReadContext createRootContext(DupDetector dups) { in createRootContext() method in JsonReadContext
30 JsonReadContext jsonReadContext = JsonReadContext.createRootContext(0, 0, (DupDetector) null); in testSetCurrentName()43 JsonReadContext jsonReadContext = JsonReadContext.createRootContext(dupDetector); in testReset()
86 public static TokenBufferReadContext createRootContext(JsonStreamContext origContext) { in createRootContext() method in TokenBufferReadContext
154 _writeContext = JsonWriteContext.createRootContext(null); in TokenBuffer()179 _writeContext = JsonWriteContext.createRootContext(null); in TokenBuffer()1495 _parsingContext = TokenBufferReadContext.createRootContext(parentContext); in Parser()
98 public static TokenFilterContext createRootContext(TokenFilter filter) { in createRootContext() method in TokenFilterContext
101 _filterContext = TokenFilterContext.createRootContext(f); in FilteringGeneratorDelegate()
121 _headContext = TokenFilterContext.createRootContext(f); in FilteringParserDelegate()
111 _writeContext = JsonWriteContext.createRootContext(dups); in GeneratorBase()
244 _parsingContext = JsonReadContext.createRootContext(dups); in ParserBase()