public abstract class InfosetOutputterProxy extends InfosetOutputter
| Constructor and Description |
|---|
InfosetOutputterProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
endArray(org.apache.daffodil.runtime1.infoset.DIArray diArray)
Called by Daffodil internals to signify the end of an array of elements.
|
void |
endComplex(org.apache.daffodil.runtime1.infoset.DIComplex diComplex)
Called by Daffodil internals to signify the end of a complex element.
|
void |
endDocument()
Called by Daffodil internals to signify the end of the infoset.
|
void |
endSimple(org.apache.daffodil.runtime1.infoset.DISimple diSimple)
Called by Daffodil internals to signify the end of a simple element.
|
protected abstract org.apache.daffodil.runtime1.infoset.InfosetOutputter |
infosetOutputter()
The InfosetOutputter to proxy infoset events to
|
void |
reset()
Reset the internal state of this InfosetOutputter.
|
void |
startArray(org.apache.daffodil.runtime1.infoset.DIArray diArray)
Called by Daffodil internals to signify the beginning of an array of elements.
|
void |
startComplex(org.apache.daffodil.runtime1.infoset.DIComplex diComplex)
Called by Daffodil internals to signify the beginning of a complex element.
|
void |
startDocument()
Called by Daffodil internals to signify the beginning of the infoset.
|
void |
startSimple(org.apache.daffodil.runtime1.infoset.DISimple diSimple)
Called by Daffodil internals to signify the beginning of a simple element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$init$, getBlobDirectory, getBlobPaths, getBlobPrefix, getBlobSuffix, getStatus, isNilled, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobDirectory_$eq, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobDirectory, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobPaths_$eq, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobPaths, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobPrefix_$eq, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobPrefix, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobSuffix_$eq, org$apache$daffodil$runtime1$infoset$InfosetOutputter$$blobSuffix, setBlobAttributes, setBlobPaths, statuspublic void endArray(org.apache.daffodil.runtime1.infoset.DIArray diArray)
InfosetOutputterendArray in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterendArray in class InfosetOutputterdiArray - the array that is ended. Various fields of
DIArray can be accessed to determine things like the
name, namespace, etc.public void endComplex(org.apache.daffodil.runtime1.infoset.DIComplex diComplex)
InfosetOutputterendComplex in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterendComplex in class InfosetOutputterdiComplex - the complex element that is ended. Various fields of
DIComplex can be accessed to determine things like the
nil, name, namespace, etc.public void endDocument()
InfosetOutputterendDocument in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterendDocument in class InfosetOutputterpublic void endSimple(org.apache.daffodil.runtime1.infoset.DISimple diSimple)
InfosetOutputterendSimple in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterendSimple in class InfosetOutputterdiSimple - the simple element that is ended. Various fields of
DISimple can be accessed to determine things like the
value, nil, name, namespace, etc.protected abstract org.apache.daffodil.runtime1.infoset.InfosetOutputter infosetOutputter()
public void reset()
InfosetOutputterreset in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterreset in class InfosetOutputterpublic void startArray(org.apache.daffodil.runtime1.infoset.DIArray diArray)
InfosetOutputterstartArray in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterstartArray in class InfosetOutputterdiArray - the array that is started. Various fields of
DIArray can be accessed to determine things like the
name, namespace, etc.public void startComplex(org.apache.daffodil.runtime1.infoset.DIComplex diComplex)
InfosetOutputterstartComplex in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterstartComplex in class InfosetOutputterdiComplex - the complex element that is started. Various fields of
DIComplex can be accessed to determine things like the
nil, name, namespace, etc.public void startDocument()
InfosetOutputterstartDocument in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterstartDocument in class InfosetOutputterpublic void startSimple(org.apache.daffodil.runtime1.infoset.DISimple diSimple)
InfosetOutputterstartSimple in interface org.apache.daffodil.runtime1.infoset.InfosetOutputterstartSimple in class InfosetOutputterdiSimple - the simple element that is started. Various fields of
DISimple can be accessed to determine things like the
value, nil, name, namespace, etc.