public class W3CDOMInfosetInputter extends InfosetInputterProxy
InfosetInputter
to read an infoset represented as an org.w3c.dom.Document
param: document the org.w3c.dom.Document infoset. Note that w3c Documents are not guaranteed to be thread-safe, even if all users only read/traverse it. It is up to the user to ensure that the Document passed into the W3CDOMInfosetInputter is not read or written by other threads while the W3CDOMInfosetInputter has access to it.
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 |
---|
W3CDOMInfosetInputter(org.w3c.dom.Document document) |
Modifier and Type | Method and Description |
---|---|
org.apache.daffodil.runtime1.infoset.W3CDOMInfosetInputter |
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 W3CDOMInfosetInputter(org.w3c.dom.Document document)
public org.apache.daffodil.runtime1.infoset.W3CDOMInfosetInputter infosetInputter()
InfosetInputterProxy
infosetInputter
in class InfosetInputterProxy