Packages

p

edu.holycross.shot.mid

markupindexer

package markupindexer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class IndexPairing(urn: CtsUrn, indexers: Vector[MidMarkupIndexer]) 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.

    indexers

    Indexers applicable to texts identified by urn.

    Annotations
    @JSExportAll()
  2. case class IndexedName(passage: CtsUrn, person: Cite2Urn, text: String) 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.

    passage

    Text or texts these markup readers can be applied to.

    person

    Unique URN for person.

    text

    Tagged text in source XML.

    Annotations
    @JSExportAll()
  3. trait MidMarkupIndexer extends AnyRef

    A class capable of reading marked up archival editions, and creating CITE relations.

Value Members

  1. object TEIpersNameIndexer extends MidMarkupIndexer with LogSupport

Ungrouped