Object

org.apache.daffodil.dpath

StringToDateTime

Related Doc: package dpath

Permalink

object StringToDateTime extends Converter with XSDateTimeKind with DateTimeFormatters with Product with Serializable

Linear Supertypes
Product, Equals, DateTimeFormatters, XSDateTimeKind, Converter, RecipeOp, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringToDateTime
  2. Product
  3. Equals
  4. DateTimeFormatters
  5. XSDateTimeKind
  6. Converter
  7. RecipeOp
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 acceptableFormats: Seq[DFDLDateFormat]

    Permalink

    A list of acceptable formats as specified by: http://www.w3.org/TR/NOTE-datetime

    A list of acceptable formats as specified by: http://www.w3.org/TR/NOTE-datetime

    Order matters here as we are also trying to determine if a time zone was parsed

    Definition Classes
    StringToDateTimeXSDateTimeKind
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. lazy val calendar: ThreadLocal[Calendar]

    Permalink
    Definition Classes
    XSDateTimeKind
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def computeValue(a: AnyRef, dstate: DState): AnyRef

    Permalink
    Definition Classes
    StringToDateTimeConverter
  9. def createCalendar(str: String, inFormat: SimpleDateFormat, expectsTZ: Boolean, fncName: String, toType: String): DFDLCalendar

    Permalink
    Attributes
    protected
    Definition Classes
    StringToDateTimeXSDateTimeKind
  10. lazy val dateOnlyFormatter: ThreadLocal[DFDLDateFormat]

    Permalink
    Definition Classes
    DateTimeFormatters
  11. lazy val defaultFormatter: ThreadLocal[DFDLDateFormat]

    Permalink
    Definition Classes
    DateTimeFormatters
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getNewCalendar: Calendar

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

    Permalink
    Definition Classes
    Any
  18. def matchFormat(str: String, fncName: String, toType: String): DFDLCalendar

    Permalink
    Definition Classes
    XSDateTimeKind
  19. val name: String

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. lazy val noTimeZoneNoFractFormatter: ThreadLocal[DFDLDateFormat]

    Permalink
    Definition Classes
    DateTimeFormatters
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def run(dstate: DState): Unit

    Permalink
    Definition Classes
    ConverterRecipeOp
  25. def subRecipes: Seq[CompiledDPath]

    Permalink
    Attributes
    protected
    Definition Classes
    RecipeOp
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val timeZoneID: String

    Permalink
    Definition Classes
    XSDateTimeKind
  28. def toXML: Node

    Permalink

    default behavior is inherited and it displays a RecipeOp assuming there are no children to display.

    default behavior is inherited and it displays a RecipeOp assuming there are no children to display. Override and make it call one of the above toXML methods if there are children to display.

    Definition Classes
    RecipeOp
  29. def toXML(children: NodeSeq): Node

    Permalink
    Attributes
    protected
    Definition Classes
    RecipeOp
  30. def toXML(children: Node*): Node

    Permalink
    Attributes
    protected
    Definition Classes
    RecipeOp
  31. def toXML(s: String): Node

    Permalink
    Attributes
    protected
    Definition Classes
    RecipeOp
  32. def typeNames: (String, String)

    Permalink
    Definition Classes
    Converter
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. lazy val withFractNoTimeZoneFormatter: ThreadLocal[DFDLDateFormat]

    Permalink
    Definition Classes
    DateTimeFormatters
  37. lazy val withTimeZoneFormatter: ThreadLocal[DFDLDateFormat]

    Permalink
    Definition Classes
    DateTimeFormatters
  38. lazy val withTimeZoneNoFractFormatter: ThreadLocal[DFDLDateFormat]

    Permalink
    Definition Classes
    DateTimeFormatters

Inherited from Product

Inherited from Equals

Inherited from DateTimeFormatters

Inherited from XSDateTimeKind

Inherited from Converter

Inherited from RecipeOp

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped