Trait

org.apache.daffodil.processors.unparsers

PrimUnparser

Related Doc: package unparsers

Permalink

trait PrimUnparser extends Unparser with PrimProcessor

PrimUnparsers are for simple types. They support the ability to pre-evaluate any computations that depend on runtime-valued properties. This is needed to support the DFDL outputValueCalc property when the calculation forward references into the infoset.

In that case, one must evaluate all the runtime-valued properties, save them for later use, then suspend unparsing of the outputValueCalc'ed element. Later when the value has been computed, one then unparses the item, and the right values are present for runtime-evaluated things, as they've been cached (on the Infoset Element)

Linear Supertypes
PrimProcessor, Unparser, Processor, Serializable, Serializable, Logging, Identity, ToBriefXMLImpl, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimUnparser
  2. PrimProcessor
  3. Unparser
  4. Processor
  5. Serializable
  6. Serializable
  7. Logging
  8. Identity
  9. ToBriefXMLImpl
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def context: RuntimeData

    Permalink
    Definition Classes
    UnparserProcessor
  2. abstract def runtimeDependencies: Seq[Evaluatable[AnyRef]]

    Permalink
    Definition Classes
    Processor
  3. abstract def unparse(ustate: UState): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Unparser

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def UE(ustate: UState, s: String, args: Any*): Nothing

    Permalink
    Definition Classes
    Unparser
  5. final def areLogging(lvl: Type): Boolean

    Permalink
    Definition Classes
    Logging
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def briefXMLAttributes: String

    Permalink
    Attributes
    protected
    Definition Classes
    ToBriefXMLImpl
  8. def childProcessors: Seq[Processor]

    Permalink
    Definition Classes
    PrimProcessorProcessorToBriefXMLImpl
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getLogWriter(): LogWriter

    Permalink
    Definition Classes
    Logging
  16. final def getLoggingLevel(): Type

    Permalink
    Definition Classes
    Logging
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def isEmpty: Boolean

    Permalink
    Definition Classes
    Unparser
  19. var isInitialized: Boolean

    Permalink
    Definition Classes
    Processor
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isPrimitive: Boolean

    Permalink

    True if alignment, bit/byte order, and other aspects of real data on the data stream are relevant.

    True if alignment, bit/byte order, and other aspects of real data on the data stream are relevant.

    True for primitive processors that actually touch the data stream, false otherwise.

    Definition Classes
    PrimProcessorProcessor
  22. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  23. lazy val logID: String

    Permalink
    Definition Classes
    Logging → Identity
  24. var logLevel: Maybe[Type]

    Permalink
    Definition Classes
    Logging
  25. var logWriter: Maybe[LogWriter]

    Permalink
    Definition Classes
    Logging
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def nom: String

    Permalink
    Definition Classes
    ToBriefXMLImpl
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def setLogWriter(lw: LogWriter): Unit

    Permalink
    Definition Classes
    Logging
  31. def setLoggingLevel(level: Type): Unit

    Permalink
    Definition Classes
    Logging
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toBriefXML(depthLimit: Int = 1): String

    Permalink
    Definition Classes
    ToBriefXMLImpl
  34. def toString(): String

    Permalink
    Definition Classes
    ToBriefXMLImpl → AnyRef → Any
  35. final def unparse1(ustate: UState, ignore: AnyRef = null): Unit

    Permalink
    Definition Classes
    Unparser
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit

    Permalink
    Definition Classes
    Logging

Inherited from PrimProcessor

Inherited from Unparser

Inherited from Processor

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from Identity

Inherited from ToBriefXMLImpl

Inherited from AnyRef

Inherited from Any

Ungrouped