Method and Description |
---|
edu.illinois.ncsa.daffodil.japi.WithDiagnostics.canProceed()
Use !isError() to determine if it is safe to proceed. Since 2.0.0.
|
edu.illinois.ncsa.daffodil.japi.DataProcessor.parse(ReadableByteChannel)
Use parse(ReadableByteChannel, InfosetOutputter) to parse the data and get the infoset representation from the InfosetOutputter instead of ParseResult#result(). Since 2.0.0.
|
edu.illinois.ncsa.daffodil.japi.DataProcessor.parse(ReadableByteChannel, long)
Use parse(ReadableByteChannel, InfosetOutputter, long) to parse the data and get the infoset representation from the InfosetOutputter instead of ParseResult#result(). Since 2.0.0.
|
edu.illinois.ncsa.daffodil.japi.ParseResult.result()
Use parse(ReadableByteChannel, InfosetInputter) to parse the data and get the infoset representation from the InfosetOutputter. Since 2.0.0.
|
edu.illinois.ncsa.daffodil.japi.DataProcessor.unparse(WritableByteChannel, Document)
Use unparse(InfosetInputter, WritableByteChannel). Since 2.0.0.
|