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 ContentHandlerParseExceptionIOExceptionpublic boolean startObject()
throws ParseException,
IOException
startObject in interface ContentHandlerParseExceptionIOExceptionpublic boolean startObjectEntry(String key) throws ParseException, IOException
startObjectEntry in interface ContentHandlerParseExceptionIOExceptionpublic boolean startArray()
throws ParseException,
IOException
startArray in interface ContentHandlerParseExceptionIOExceptionpublic boolean primitive(Object obj) throws ParseException, IOException
primitive in interface ContentHandlerParseExceptionIOExceptionpublic boolean endArray()
throws ParseException,
IOException
endArray in interface ContentHandlerParseExceptionIOExceptionpublic boolean endObjectEntry()
throws ParseException,
IOException
endObjectEntry in interface ContentHandlerParseExceptionIOExceptionpublic boolean endObject()
throws ParseException,
IOException
endObject in interface ContentHandlerParseExceptionIOExceptionpublic void endJSON()
throws ParseException,
IOException
endJSON in interface ContentHandlerParseExceptionIOExceptionpublic void replay(ContentHandler handler)
throws ParseException,
IOException
ParseExceptionIOExceptionCopyright © 1996–2019 Geotools. All rights reserved.