Class JsonXslt3XmlHandler
java.lang.Object
org.frankframework.documentbuilder.xml.JsonXslt3XmlHandler
- All Implemented Interfaces:
JsonEventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endArray()
void
void
void
handles a string value as numeric (i.e without quotes in JSON)boolean
void
Must be able to handle String, long, BigDecimal, boolean, Date and nullvoid
void
void
void
startObjectEntry
(String key)
-
Constructor Details
-
JsonXslt3XmlHandler
public JsonXslt3XmlHandler() -
JsonXslt3XmlHandler
-
-
Method Details
-
parse
public boolean parse(String key, jakarta.json.stream.JsonParser parser) throws IOException, SAXException - Throws:
IOException
SAXException
-
startDocument
- Specified by:
startDocument
in interfaceJsonEventHandler
- Throws:
SAXException
-
endDocument
- Specified by:
endDocument
in interfaceJsonEventHandler
- Throws:
SAXException
-
startObject
- Specified by:
startObject
in interfaceJsonEventHandler
- Throws:
SAXException
-
startObjectEntry
- Specified by:
startObjectEntry
in interfaceJsonEventHandler
- Throws:
SAXException
-
endObject
- Specified by:
endObject
in interfaceJsonEventHandler
- Throws:
SAXException
-
startArray
- Specified by:
startArray
in interfaceJsonEventHandler
- Throws:
SAXException
-
endArray
- Specified by:
endArray
in interfaceJsonEventHandler
- Throws:
SAXException
-
primitive
Description copied from interface:JsonEventHandler
Must be able to handle String, long, BigDecimal, boolean, Date and null- Specified by:
primitive
in interfaceJsonEventHandler
- Throws:
SAXException
-
number
Description copied from interface:JsonEventHandler
handles a string value as numeric (i.e without quotes in JSON)- Specified by:
number
in interfaceJsonEventHandler
- Throws:
SAXException
-