Packages

trait MidMarkupReader extends AnyRef

A class capable of reading marked up archival editions, and creating editions of specified types.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MidMarkupReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def editedNode(cn: CitableNode, editionType: MidEditionType): CitableNode

    Given a citable node in archival format, create the corresponding node in the edition type specified by editionType.

    Given a citable node in archival format, create the corresponding node in the edition type specified by editionType.

    cn

    A single node in archival format.

  2. abstract def recognizedTypes: Vector[MidEditionType]

    Vector of all recognized editionTypes.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def editedNode(cexNode: String, editionType: MidEditionType): CitableNode

    For a citable node in archival format, create the corresponding node in the edition type specified by editionType.

    For a citable node in archival format, create the corresponding node in the edition type specified by editionType.

    cexNode

    CEX String for a single node in archival format.

    Annotations
    @JSExport()
  7. def editedNode(srcUrn: CtsUrn, archival: String, editionType: MidEditionType): CitableNode

    For a citable node in archival format, create the corresponding node in the edition type specified by editionType.

    For a citable node in archival format, create the corresponding node in the edition type specified by editionType.

    srcUrn

    CtsUrn for the citable node.

    archival

    Text contents of a single citable node, in archival representation.

    Annotations
    @JSExport()
  8. def editedNodeCex(cexNode: String, editionType: MidEditionType): String

    Given a CEX String for a citable node in archival format, compose the CEX String for the corresponding node in the edition type specified by editionType.

    Given a CEX String for a citable node in archival format, compose the CEX String for the corresponding node in the edition type specified by editionType.

    cexNode

    CEX String for a single node in archival format.

    Annotations
    @JSExport()
  9. def editedNodeCex(srcUrn: CtsUrn, archival: String, editionType: MidEditionType): String

    For a citable node in archival format, compose the CEX String for the corresponding node in the edition type specified by editionType.

    For a citable node in archival format, compose the CEX String for the corresponding node in the edition type specified by editionType.

    srcUrn

    CtsUrn for the citable node.

    archival

    Text contents of a single citable node, in archival representation.

    Annotations
    @JSExport()
  10. def editedNodeCex(cn: CitableNode, editionType: MidEditionType, separator: String = "#"): String

    Given a citable node in archival format, compose the CEX String for the corresponding node in the edition type specified by editionType.

    Given a citable node in archival format, compose the CEX String for the corresponding node in the edition type specified by editionType.

    Annotations
    @JSExport()
  11. def edition(corpus: Corpus, editionType: MidEditionType): Corpus

    Given a corpus in archival format, create a new Corpus of the type specified for this reader.

    Given a corpus in archival format, create a new Corpus of the type specified for this reader.

    corpus

    A Corpus in archival format.

    Annotations
    @JSExport()
  12. def editionCex(cex: String, editionType: MidEditionType): String

    Given a CEX String with text contents in archival format, create a CEX String with edition of type editionType.

    Given a CEX String with text contents in archival format, create a CEX String with edition of type editionType.

    cex

    CEX String of text(s) in archival format.

    Annotations
    @JSExport()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped