Class

org.apache.daffodil.tdml

Document

Related Doc: package tdml

Permalink

case class Document(d: NodeSeq, parent: TestCase) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Document(d: NodeSeq, parent: TestCase)

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val d: NodeSeq

    Permalink
  7. final def data: InputStream

    Permalink

    this 'data' is the kind our parser's parse method expects.

    this 'data' is the kind our parser's parse method expects. Note: this is def data so that the input is re-read every time. Needed if you run the same test over and over.

  8. lazy val documentBitOrder: BitOrderType

    Permalink
  9. final lazy val documentBits: List[String]

    Permalink

    When data is coming from the TDML file as small test data in DataDocumentParts, then Due to alignment, and bits-granularity issues, everything is lowered into bits first, and then concatenated, and then converted back into bytes

    When data is coming from the TDML file as small test data in DataDocumentParts, then Due to alignment, and bits-granularity issues, everything is lowered into bits first, and then concatenated, and then converted back into bytes

    These are all lazy val, since if data is coming from a file these aren't needed at all.

  10. final lazy val documentBytes: Array[Byte]

    Permalink
  11. lazy val documentExplicitBitOrder: Option[Product with Serializable with BitOrderType]

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

    Permalink
    Definition Classes
    AnyRef
  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. val isDPFile: Boolean

    Permalink

    data coming from a file?

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final lazy val nBits: Long

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val parent: TestCase

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped