Class

org.apache.daffodil.cookers

ListOfStringLiteralNoCharClass_NL_ES_EntitiesNoByteEntities

Related Doc: package cookers

Permalink

class ListOfStringLiteralNoCharClass_NL_ES_EntitiesNoByteEntities extends ListOfStringLiteralBase

Linear Supertypes
ListOfStringLiteralBase, ListStringLiteralCookerMixin, Converter[String, List[String]], AutoPropNameBase, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListOfStringLiteralNoCharClass_NL_ES_EntitiesNoByteEntities
  2. ListOfStringLiteralBase
  3. ListStringLiteralCookerMixin
  4. Converter
  5. AutoPropNameBase
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListOfStringLiteralNoCharClass_NL_ES_EntitiesNoByteEntities(pn: String = null)

    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. val allowByteEntities: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ListOfStringLiteralBase
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def convert(b: String, context: ThrowsSDE, forUnparse: Boolean): List[String]

    Permalink

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Attributes
    protected
    Definition Classes
    ListStringLiteralCookerMixinConverter
  8. def convertConstant(b: String, context: ThrowsSDE, forUnparse: Boolean): List[String]

    Permalink
    Definition Classes
    Converter
  9. def convertRuntime(b: String, context: ThrowsSDE, forUnparse: Boolean): List[String]

    Permalink

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    This is for things like delimiters or escapeCharacter where it can be "" if it is a constant, but it cannot be "" if it is a runtime expression value.

    The forUnparse flag is for distinctions needed between parse time and unparse time which is very common thing to have.

    This is not the same concept as Compile time vs. Runtime.

    Definition Classes
    Converter
  10. def cook(raw: String, context: ThrowsSDE, forUnparse: Boolean): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ListOfStringLiteralBaseListStringLiteralCookerMixin
  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 hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. val oneLiteralCooker: StringLiteral with NoCharClassEntitiesMixin

    Permalink
  21. final lazy val propName: String

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

    Permalink
    Definition Classes
    AnyRef
  23. def testCooked(cooked: List[String], context: ThrowsSDE): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ListOfStringLiteralBase
  24. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ListOfStringLiteralBase

Inherited from Converter[String, List[String]]

Inherited from AutoPropNameBase

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped