public class JsonInfosetInputter extends InfosetInputterProxy
InfosetInputter
to read an infoset represented as JSON from a java.io.InputStreamConstructor and Description |
---|
JsonInfosetInputter(java.io.InputStream is)
Read in an infoset in the form of json text from a java.io.InputStream
|
JsonInfosetInputter(java.io.Reader reader)
Deprecated.
This constructor is deprecated. Use JsonInfosetInputter(java.io.InputStream) instead. Since 2.4.0.
|
Modifier and Type | Method and Description |
---|---|
org.apache.daffodil.infoset.JsonInfosetInputter |
infosetInputter()
The InfosetInputter to proxy infoset events to
|
fini, getEventType, getLocalName, getNamespaceURI, getSimpleText, getSimpleText, hasNext, isNilled, next, supportsNamespaces
accessor_$eq, accessor, advance, Advance, advanceAccessor, advanceMaybe, documentElement, fill, initialize, inspect, Inspect, inspectAccessor, inspectMaybe, isInitialized, maybeTopTRD, nextElement, org$apache$daffodil$infoset$NextElementResolver$_setter_$org$apache$daffodil$infoset$NextElementResolver$$trdStack_$eq, org$apache$daffodil$infoset$NextElementResolver$$trdStack, org$apache$daffodil$util$CursorImplMixin$$isFilled_$eq, org$apache$daffodil$util$CursorImplMixin$$isFilled, popTRD, priorOpKind_$eq, priorOpKind, pushTRD, toString, tunable_$eq, tunable, Unsuccessful
public JsonInfosetInputter(java.io.Reader reader)
reader
- the java.io.Reader to read the json text frompublic JsonInfosetInputter(java.io.InputStream is)
is
- the java.io.InputStream to read the json text frompublic org.apache.daffodil.infoset.JsonInfosetInputter infosetInputter()
InfosetInputterProxy
infosetInputter
in class InfosetInputterProxy