public class RecordingHandler extends Object implements ContentHandler
Constructor and Description |
---|
RecordingHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
endArray() |
void |
endJSON() |
boolean |
endObject() |
boolean |
endObjectEntry() |
boolean |
primitive(Object obj) |
void |
replay(ContentHandler handler) |
boolean |
startArray() |
void |
startJSON() |
boolean |
startObject() |
boolean |
startObjectEntry(String key) |
public void startJSON() throws ParseException, IOException
startJSON
in interface ContentHandler
ParseException
IOException
public boolean startObject() throws ParseException, IOException
startObject
in interface ContentHandler
ParseException
IOException
public boolean startObjectEntry(String key) throws ParseException, IOException
startObjectEntry
in interface ContentHandler
ParseException
IOException
public boolean startArray() throws ParseException, IOException
startArray
in interface ContentHandler
ParseException
IOException
public boolean primitive(Object obj) throws ParseException, IOException
primitive
in interface ContentHandler
ParseException
IOException
public boolean endArray() throws ParseException, IOException
endArray
in interface ContentHandler
ParseException
IOException
public boolean endObjectEntry() throws ParseException, IOException
endObjectEntry
in interface ContentHandler
ParseException
IOException
public boolean endObject() throws ParseException, IOException
endObject
in interface ContentHandler
ParseException
IOException
public void endJSON() throws ParseException, IOException
endJSON
in interface ContentHandler
ParseException
IOException
public void replay(ContentHandler handler) throws ParseException, IOException
ParseException
IOException
Copyright © 1996–2019 Geotools. All rights reserved.