public abstract class InfosetInputter
extends org.apache.daffodil.infoset.InfosetInputter
| Constructor and Description |
|---|
InfosetInputter() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.daffodil.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.dpath.NodeInfo.Kind primType)
Get the content of a simple type.
|
abstract boolean |
hasNext()
Return true if there are remaining events.
|
abstract org.apache.daffodil.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, advanceAccessor, advanceMaybe, fill, initialize, inspect, inspectAccessor, inspectMaybe, org$apache$daffodil$util$CursorImplMixin$$Advance, org$apache$daffodil$util$CursorImplMixin$$Inspect, org$apache$daffodil$util$CursorImplMixin$$isFilled_$eq, org$apache$daffodil$util$CursorImplMixin$$isFilled, org$apache$daffodil$util$CursorImplMixin$$priorOpKind_$eq, org$apache$daffodil$util$CursorImplMixin$$priorOpKind, org$apache$daffodil$util$CursorImplMixin$$Unsuccessful, supportsNamespaces, toString, tunable_$eq, tunablepublic abstract org.apache.daffodil.infoset.InfosetInputterEventType getEventType()
getEventType in class org.apache.daffodil.infoset.InfosetInputterpublic abstract java.lang.String getLocalName()
getLocalName in class org.apache.daffodil.infoset.InfosetInputterpublic abstract java.lang.String getNamespaceURI()
getNamespaceURI in class org.apache.daffodil.infoset.InfosetInputterpublic abstract java.lang.String getSimpleText(org.apache.daffodil.dpath.NodeInfo.Kind primType)
getSimpleText in class org.apache.daffodil.infoset.InfosetInputterprimType - (undocumented)public abstract boolean hasNext()
hasNext in class org.apache.daffodil.infoset.InfosetInputterpublic abstract org.apache.daffodil.util.MaybeBoolean isNilled()
public abstract void next()
next in class org.apache.daffodil.infoset.InfosetInputter