Package

org.apache.daffodil

tdml

Permalink

package tdml

Visibility
  1. Public
  2. All

Type Members

  1. class SchemaCache[CachedType, DiagnosticType] extends AnyRef

    Permalink

    A cache of things associated with URISchemaSources.

    A cache of things associated with URISchemaSources.

    Recompiles if URI is a file and the modification date has changed.

    Thread safe so that multiple threads can share a compiled schema for the same URI. One thread will wait while the other compiles it.

  2. class TDMLInfosetInputter extends InfosetInputter

    Permalink
  3. class TDMLInfosetOutputter extends InfosetOutputter

    Permalink

Value Members

  1. object ENoWarnTDML

    Permalink
  2. object SchemaDataProcessorCache extends SchemaCache[(Seq[Diagnostic], DataProcessor), Seq[Diagnostic]]

    Permalink

    Cache that saves the compiled data processor objects (memory structures, not files of the serialized representation)

  3. package processor

    Permalink

Ungrouped