public abstract class InfosetInputter
extends org.apache.daffodil.runtime1.infoset.InfosetInputter
org.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 |
---|
InfosetInputter() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.daffodil.runtime1.infoset.InfosetInputterEventType |
getEventType()
Return the current infoset inputter event type
|
abstract java.lang.String |
getLocalName()
Get the local name of the current event.
|
abstract java.lang.String |
getNamespaceURI()
Get the namespace of the current event.
|
abstract java.lang.String |
getSimpleText(org.apache.daffodil.runtime1.dpath.NodeInfo.Kind primType)
See getSimpleText(primType, runtimeProperties), which has a default
implementation to call this function without the runtimeProperties Map
|
java.lang.String |
getSimpleText(org.apache.daffodil.runtime1.dpath.NodeInfo.Kind primType,
java.util.Map<java.lang.String,java.lang.String> runtimeProperties)
Get the content of a simple type.
|
abstract boolean |
hasNext()
Return true if there are remaining events.
|
abstract org.apache.daffodil.lib.util.MaybeBoolean |
isNilled()
Determine if the current event is nilled.
|
abstract void |
next()
Move the internal state to the next event.
|
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, supportsNamespaces, toString, tunable_$eq, tunable, Unsuccessful
public abstract org.apache.daffodil.runtime1.infoset.InfosetInputterEventType getEventType()
getEventType
in class org.apache.daffodil.runtime1.infoset.InfosetInputter
public abstract java.lang.String getLocalName()
getLocalName
in class org.apache.daffodil.runtime1.infoset.InfosetInputter
public abstract java.lang.String getNamespaceURI()
getNamespaceURI
in class org.apache.daffodil.runtime1.infoset.InfosetInputter
public java.lang.String getSimpleText(org.apache.daffodil.runtime1.dpath.NodeInfo.Kind primType, java.util.Map<java.lang.String,java.lang.String> runtimeProperties)
getSimpleText
in class org.apache.daffodil.runtime1.infoset.InfosetInputter
primType
- (undocumented)runtimeProperties
- (undocumented)public abstract java.lang.String getSimpleText(org.apache.daffodil.runtime1.dpath.NodeInfo.Kind primType)
primType
- (undocumented)public abstract boolean hasNext()
hasNext
in class org.apache.daffodil.runtime1.infoset.InfosetInputter
public abstract org.apache.daffodil.lib.util.MaybeBoolean isNilled()
public abstract void next()
next
in class org.apache.daffodil.runtime1.infoset.InfosetInputter