Interface JsonEventHandler
- All Known Implementing Classes:
Json2XmlHandler
,JsonWriter
,JsonXslt3XmlHandler
public interface JsonEventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endArray()
void
void
void
handles a string value as numeric (i.e without quotes in JSON)void
Must be able to handle String, long, BigDecimal, boolean, Date and nullvoid
void
void
void
startObjectEntry
(String key)
-
Method Details
-
startDocument
- Throws:
SAXException
-
endDocument
- Throws:
SAXException
-
startObject
- Throws:
SAXException
-
startObjectEntry
- Throws:
SAXException
-
endObject
- Throws:
SAXException
-
startArray
- Throws:
SAXException
-
endArray
- Throws:
SAXException
-
primitive
Must be able to handle String, long, BigDecimal, boolean, Date and null- Throws:
SAXException
-
number
handles a string value as numeric (i.e without quotes in JSON)- Throws:
SAXException
-