public class JsonInfosetInputter extends InfosetInputterProxy
InfosetInputter
to read an infoset represented as JSON from a java.io.InputStreamorg.apache.daffodil.lib.util.CursorImplMixin.Advance$, org.apache.daffodil.lib.util.CursorImplMixin.Inspect$, org.apache.daffodil.lib.util.CursorImplMixin.OpKind, org.apache.daffodil.lib.util.CursorImplMixin.Unsuccessful$
Constructor and Description |
---|
JsonInfosetInputter(java.io.InputStream is)
Read in an infoset in the form of json text from a java.io.InputStream
|
Modifier and Type | Method and Description |
---|---|
org.apache.daffodil.runtime1.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$lib$util$CursorImplMixin$$isFilled_$eq, org$apache$daffodil$lib$util$CursorImplMixin$$isFilled, org$apache$daffodil$runtime1$infoset$NextElementResolver$_setter_$org$apache$daffodil$runtime1$infoset$NextElementResolver$$trdStack_$eq, org$apache$daffodil$runtime1$infoset$NextElementResolver$$trdStack, popTRD, priorOpKind_$eq, priorOpKind, pushTRD, toString, tunable_$eq, tunable, Unsuccessful
public JsonInfosetInputter(java.io.InputStream is)
is
- the java.io.InputStream to read the json text frompublic org.apache.daffodil.runtime1.infoset.JsonInfosetInputter infosetInputter()
InfosetInputterProxy
infosetInputter
in class InfosetInputterProxy