Package

org.apache.daffodil.tdml

processor

Permalink

package processor

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractTDMLDFDLProcessorFactory extends AnyRef

    Permalink

    The abstract view of a DFDL processor that the TDML runner needs in order to test that DFDL processor.

    The abstract view of a DFDL processor that the TDML runner needs in order to test that DFDL processor.

    This is intended to be implemented by classes that wrap around DFDL implementation classes. It should be usable to interface via JNI to C/C++ linkable DFDL processors as well as Java linkable.

    This interface/trait can depend on Daffodil utilities and libraries, but *cannot* depend on anything about any particular DFDL implementation.

  2. trait TDMLDFDLProcessor extends AnyRef

    Permalink
  3. trait TDMLParseResult extends TDMLResult

    Permalink
  4. trait TDMLResult extends AnyRef

    Permalink
  5. trait TDMLUnparseResult extends TDMLResult

    Permalink

Value Members

  1. object TDML

    Permalink

Ungrouped