public abstract class InfosetInputterProxy extends InfosetInputter
| Constructor and Description |
|---|
InfosetInputterProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
fini() |
org.apache.daffodil.infoset.InfosetInputterEventType |
getEventType()
Return the current infoset inputter event type
|
java.lang.String |
getLocalName()
Get the local name of the current event.
|
java.lang.String |
getNamespaceURI()
Get the namespace of the current event.
|
scala.runtime.Nothing$ |
getSimpleText(org.apache.daffodil.dpath.NodeInfo.Kind primType) |
java.lang.String |
getSimpleText(org.apache.daffodil.dpath.NodeInfo.Kind primType,
java.util.Map<java.lang.String,java.lang.String> runtimeProperties)
Get the content of a simple type.
|
boolean |
hasNext()
Return true if there are remaining events.
|
protected abstract org.apache.daffodil.infoset.InfosetInputter |
infosetInputter()
The InfosetInputter to proxy infoset events to
|
org.apache.daffodil.util.MaybeBoolean |
isNilled()
Determine if the current event is nilled.
|
void |
next()
Move the internal state to the next event.
|
boolean |
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, Unsuccessfulpublic void fini()
public org.apache.daffodil.infoset.InfosetInputterEventType getEventType()
InfosetInputtergetEventType in class InfosetInputterpublic java.lang.String getLocalName()
InfosetInputtergetLocalName in class InfosetInputterpublic java.lang.String getNamespaceURI()
InfosetInputtergetNamespaceURI in class InfosetInputterpublic java.lang.String getSimpleText(org.apache.daffodil.dpath.NodeInfo.Kind primType,
java.util.Map<java.lang.String,java.lang.String> runtimeProperties)
InfosetInputtergetSimpleText in class InfosetInputterprimType - (undocumented)runtimeProperties - (undocumented)public scala.runtime.Nothing$ getSimpleText(org.apache.daffodil.dpath.NodeInfo.Kind primType)
public boolean hasNext()
InfosetInputterhasNext in class InfosetInputterprotected abstract org.apache.daffodil.infoset.InfosetInputter infosetInputter()
public org.apache.daffodil.util.MaybeBoolean isNilled()
InfosetInputterisNilled in class InfosetInputterpublic void next()
InfosetInputternext in class InfosetInputterpublic boolean supportsNamespaces()
supportsNamespaces in class org.apache.daffodil.infoset.InfosetInputter