Object

org.apache.daffodil.dpath

StringToDate

Related Doc: package dpath

Permalink

object StringToDate extends Converter with XSDateTimeKind with DateFormatters with Product with Serializable

Linear Supertypes
Product, Equals, DateFormatters, XSDateTimeKind, Converter, RecipeOp, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringToDate
  2. Product
  3. Equals
  4. DateFormatters
  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
    StringToDateXSDateTimeKind
  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
    StringToDateConverter
  9. def createCalendar(str: String, inFormat: SimpleDateFormat, expectsTZ: Boolean, fncName: String, toType: String): DFDLCalendar

    Permalink
    Attributes
    protected
    Definition Classes
    StringToDateXSDateTimeKind
  10. lazy val defaultFormatter: ThreadLocal[DFDLDateFormat]

    Permalink
    Definition Classes
    DateFormatters
  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 getNewCalendar: Calendar

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

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

    Permalink
    Definition Classes
    XSDateTimeKind
  18. val name: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val timeZoneID: String

    Permalink
    Definition Classes
    XSDateTimeKind
  26. 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
  27. def toXML(children: NodeSeq): Node

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DateFormatters

Inherited from Product

Inherited from Equals

Inherited from DateFormatters

Inherited from XSDateTimeKind

Inherited from Converter

Inherited from RecipeOp

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped