Class

org.apache.daffodil.processors.unparsers

ConvertTextCalendarUnparser

Related Doc: package unparsers

Permalink

case class ConvertTextCalendarUnparser(erd: ElementRuntimeData, pattern: String, localeEv: CalendarLanguageEv, calendarEv: CalendarEv) extends ConvertTextCalendarProcessorBase with TextPrimUnparser with Product with Serializable

Linear Supertypes
Product, Equals, TextPrimUnparser, TextProcessor, PrimUnparser, PrimProcessor, Unparser, ConvertTextCalendarProcessorBase, Processor, Serializable, Serializable, Logging, Identity, ToBriefXMLImpl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConvertTextCalendarUnparser
  2. Product
  3. Equals
  4. TextPrimUnparser
  5. TextProcessor
  6. PrimUnparser
  7. PrimProcessor
  8. Unparser
  9. ConvertTextCalendarProcessorBase
  10. Processor
  11. Serializable
  12. Serializable
  13. Logging
  14. Identity
  15. ToBriefXMLImpl
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConvertTextCalendarUnparser(erd: ElementRuntimeData, pattern: String, localeEv: CalendarLanguageEv, calendarEv: CalendarEv)

    Permalink

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. val calendarEv: CalendarEv

    Permalink
  9. def childProcessors: Vector[Processor]

    Permalink
    Definition Classes
    PrimProcessor → Processor → ToBriefXMLImpl
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val context: ElementRuntimeData

    Permalink
    Definition Classes
    ConvertTextCalendarProcessorBase → Processor
  12. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

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

    Permalink
    Definition Classes
    AnyRef
  14. val erd: ElementRuntimeData

    Permalink
  15. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Logging
  19. def isEmpty: Boolean

    Permalink
    Definition Classes
    Unparser → Processor
  20. var isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  22. def isPrimitive: Boolean

    Permalink
    Definition Classes
    PrimProcessor → Processor
  23. val localeEv: CalendarLanguageEv

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

    Permalink
    Definition Classes
    Logging
  25. lazy val logID: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def nom: String

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

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

    Permalink
    Definition Classes
    AnyRef
  32. val pattern: String

    Permalink
  33. lazy val runtimeDependencies: Vector[Evaluatable[Comparable[_ >: Calendar with ULocale <: Serializable] with Serializable] with InfosetCachedEvaluatable[_ >: Calendar with ULocale <: Comparable[_ >: Calendar with ULocale <: Serializable] with Serializable] { def runtimeDependencies: Seq[org.apache.daffodil.processors.CalendarLanguageEv] }]

    Permalink

    Primitive unparsers must override runtimeDependencies

    Primitive unparsers must override runtimeDependencies

    Definition Classes
    ConvertTextCalendarUnparser → Processor
  34. def setLogWriter(lw: LogWriter): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def tlDataFormatter(locale: ULocale, calendar: Calendar): SimpleDateFormat

    Permalink
    Attributes
    protected
    Definition Classes
    ConvertTextCalendarProcessorBase
  38. def toBriefXML(depthLimit: Int): String

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

    Permalink
    Definition Classes
    ToBriefXMLImpl → AnyRef → Any
  40. def unparse(state: UState): Unit

    Permalink
    Definition Classes
    ConvertTextCalendarUnparser → Unparser
  41. final def unparse1(ustate: UState, ignore: AnyRef): Unit

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

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from Product

Inherited from Equals

Inherited from TextPrimUnparser

Inherited from TextProcessor

Inherited from PrimUnparser

Inherited from PrimProcessor

Inherited from Unparser

Inherited from ConvertTextCalendarProcessorBase

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