Trait

org.apache.daffodil.processors

CombinatorProcessor

Related Doc: package processors

Permalink

trait CombinatorProcessor extends Processor

A combinator is a processor that orchestrates the operation of other processors.

Combinators must be pure. They cannot both touch the data stream directly and also orchestrate other processors.

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

Abstract Value Members

  1. abstract def childProcessors: Seq[Processor]

    Permalink
    Definition Classes
    ProcessorToBriefXMLImpl
  2. abstract def context: RuntimeData

    Permalink
    Definition Classes
    Processor
  3. abstract def runtimeDependencies: Seq[Evaluatable[AnyRef]]

    Permalink
    Definition Classes
    Processor

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. final def areLogging(lvl: Type): Boolean

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

    Permalink
    Definition Classes
    Any
  6. def briefXMLAttributes: String

    Permalink
    Attributes
    protected
    Definition Classes
    ToBriefXMLImpl
  7. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. var isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  18. final def isPrimitive: Boolean

    Permalink

    False because combinators don't touch the data stream themselves.

    False because combinators don't touch the data stream themselves. The processors they call do that work.

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

    Permalink
    Definition Classes
    Logging
  20. lazy val logID: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def nom: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ToBriefXMLImpl → AnyRef → Any
  32. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Logging

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