Class

org.apache.daffodil.api

UnitTestSchemaSource

Related Doc: package api

Permalink

case class UnitTestSchemaSource(node: Node, nameHint: String, optTmpDir: Option[File] = None) extends NodeSchemaSourceBase with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, NodeSchemaSourceBase, URISchemaSource, DaffodilSchemaSource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnitTestSchemaSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NodeSchemaSourceBase
  7. URISchemaSource
  8. DaffodilSchemaSource
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnitTestSchemaSource(node: Node, nameHint: String, optTmpDir: Option[File] = None)

    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. val blameName: String

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    URISchemaSource → AnyRef → Any
  9. lazy val file: File

    Permalink

    Must be lazy so that it captures the file mod time when it is opened and the content used.

    Must be lazy so that it captures the file mod time when it is opened and the content used.

    Definition Classes
    URISchemaSource
  10. lazy val fileModTime: Long

    Permalink

    Must be lazy so that it captures the file mod time when it is opened and the content used.

    Must be lazy so that it captures the file mod time when it is opened and the content used.

    Definition Classes
    URISchemaSource
  11. val fileOrResource: URI

    Permalink
    Definition Classes
    URISchemaSource
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    URISchemaSource → AnyRef → Any
  15. lazy val isFile: Boolean

    Permalink

    Must be lazy so that it captures the file mod time when it is opened and the content used.

    Must be lazy so that it captures the file mod time when it is opened and the content used.

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

    Permalink
    Definition Classes
    Any
  17. def isNewerThan(other: URISchemaSource): Boolean

    Permalink

    True if this URI is for a file, other URI is for a file (it is required that they're both the same URI.

    True if this URI is for a file, other URI is for a file (it is required that they're both the same URI. Usage error otherwise), but the modification date of the two is such that this is newer than the other at the time the other was accessed via newInputSource()

    Otherwise false.

    Definition Classes
    URISchemaSource
  18. val nameHint: String

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

    Permalink
    Definition Classes
    AnyRef
  20. def newInputSource(): InputSource

    Permalink

    Use to get a org.xml.sax.InputSource for use by Xerces

    Use to get a org.xml.sax.InputSource for use by Xerces

    Definition Classes
    NodeSchemaSourceBaseURISchemaSourceDaffodilSchemaSource
  21. val node: Node

    Permalink
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. val optTmpDir: Option[File]

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

    Permalink
    Definition Classes
    AnyRef
  26. def uriForLoading: URI

    Permalink

    Use to get the URI that can be used to load the xml.

    Use to get the URI that can be used to load the xml.

    Definition Classes
    URISchemaSourceDaffodilSchemaSource
  27. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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 NodeSchemaSourceBase

Inherited from URISchemaSource

Inherited from DaffodilSchemaSource

Inherited from AnyRef

Inherited from Any

Ungrouped