Interface JsonEventHandler
- All Known Implementing Classes:
Json2XmlHandler
,JsonTee
,JsonWriter
,JsonXslt3XmlHandler
public interface JsonEventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endArray()
void
void
void
void
void
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
- Throws:
SAXException
-
number
- Throws:
SAXException
-