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