Called by Daffodil internals to signify the end of an array of elements.
Called by Daffodil internals to signify the end of an array of elements.
the array that is ended. Various fields of DIArray can be accessed to determine things like the name, namespace, etc.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Called by Daffodil internals to signify the end of a complex element.
Called by Daffodil internals to signify the end of a complex element.
the complex element that is ended. Various fields of DIComplex can be accessed to determine things like the nil, name, namespace, etc.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Called by Daffodil internals to signify the end of the infoset.
Called by Daffodil internals to signify the end of the infoset.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Called by Daffodil internals to signify the end of a simple element.
Called by Daffodil internals to signify the end of a simple element.
the simple element that is ended. Various fields of DISimple can be accessed to determine things like the value, nil, name, namespace, etc.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Reset the internal state of this InfosetOutputter.
Reset the internal state of this InfosetOutputter. This should be called inbetween calls to the parse method.
Called by Daffodil internals to signify the beginning of an array of elements.
Called by Daffodil internals to signify the beginning of an array of elements.
the array that is started. Various fields of DIArray can be accessed to determine things like the name, namespace, etc.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Called by Daffodil internals to signify the beginning of a complex element.
Called by Daffodil internals to signify the beginning of a complex element.
the complex element that is started. Various fields of DIComplex can be accessed to determine things like the nil, name, namespace, etc.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Called by Daffodil internals to signify the beginning of the infoset.
Called by Daffodil internals to signify the beginning of the infoset.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Called by Daffodil internals to signify the beginning of a simple element.
Called by Daffodil internals to signify the beginning of a simple element.
the simple element that is started. Various fields of DISimple can be accessed to determine things like the value, nil, name, namespace, etc.
true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter
Output the infoset as XML Text, written to a java.io.Writer