public class TraversalParser extends Object
| Constructor and Description |
|---|
TraversalParser(JsonSource source,
JsonContentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
static TraversalParser |
instance(JsonSource source,
JsonContentHandler handler) |
void |
parse()
Parses provided json source and produces events for provided handler.
|
public TraversalParser(JsonSource source, JsonContentHandler handler)
public static TraversalParser instance(JsonSource source, JsonContentHandler handler)
public void parse()
Copyright © 2018. All rights reserved.