Packages

p

edu.holycross.shot.mid

markupreader

package markupreader

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait MidEditionType extends AnyRef

    A named category of edition.

  2. trait MidMarkupReader extends AnyRef

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

  3. case class MidProseABReader(applicableType: MidEditionType) extends Product with Serializable

    Reads MID prose texts in TEI markup using ab element as terminal citation unit.

  4. case class ReadersPairing(urn: CtsUrn, readers: Vector[MidMarkupReader]) extends Product with Serializable

    Mapping of a text or group of texts identified by CtsUrn to a list of MidMarkupReaders.

    Mapping of a text or group of texts identified by CtsUrn to a list of MidMarkupReaders.

    urn

    Text or texts these markup readers can be applied to.

    readers

    Readersa applicable to texts identified by urn.

    Annotations
    @JSExportAll()

Value Members

  1. object MidDiplomaticEdition extends MidEditionType with Product with Serializable

    Annotations
    @JSExportTopLevel( "MidDiplomaticEdition" )
  2. object MidEditorialEdition extends MidEditionType with Product with Serializable
    Annotations
    @JSExportTopLevel( "MidNormalizedEdition" )
  3. object MidProseABDiplomatic extends MidMarkupReader
  4. object MidProseABReader extends Serializable

    Implementation of MID model for prose texts encoded with terminal citation units in TEI ab elements.

  5. object MidScribalEdition extends MidEditionType with Product with Serializable
    Annotations
    @JSExportTopLevel( "MidScribalEdition" )

Ungrouped