Class

org.apache.daffodil.dsom

ChainPropProvider

Related Doc: package dsom

Permalink

final class ChainPropProvider extends Logging with PropTypes

flat chain of format annotations connected by dfdl:ref (short form) or ref (long form) references to named defined formats.

Could be the nonDefault formats being chained together, or could be the default formats being chained together.

Linear Supertypes
PropTypes, Logging, Identity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChainPropProvider
  2. PropTypes
  3. Logging
  4. Identity
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChainPropProvider(leafProvidersArg: Seq[LeafPropProvider], forAnnotation: String)

    Permalink

Type Members

  1. type PropItem = (String, (String, LookupLocation))

    Permalink
    Definition Classes
    PropTypes
  2. type PropMap = Map[String, (String, LookupLocation)]

    Permalink
    Definition Classes
    PropTypes

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. final def chainFindProperty(pname: String): PropertyLookupResult

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final lazy val diagnosticDebugName: String

    Permalink
  9. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. val emptyPropMap: PropMap

    Permalink
    Definition Classes
    PropTypes
  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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final lazy val leafProviders: Seq[LeafPropProvider]

    Permalink
  20. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  21. lazy val logID: String

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final lazy val properties: PropMap

    Permalink

    for debug/test only

  28. def setLogWriter(lw: LogWriter): Unit

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

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

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

    Permalink
    Definition Classes
    ChainPropProvider → 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 PropTypes

Inherited from Logging

Inherited from Identity

Inherited from AnyRef

Inherited from Any

Ungrouped