package tei
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Availability(status: Option[String], xml: xml.Xml.Nodes) extends Product with Serializable
- final case class Creation(date: Date, xml: xml.Xml.Nodes) extends Product with Serializable
- final case class Date(when: String, calendar: Option[String], xml: xml.Xml.Nodes) extends Product with Serializable
- final case class Editor(role: Option[String], persName: Option[EntityReference]) extends Product with Serializable
- final case class Entity extends Product with Serializable
- final case class EntityName(entityType: EntityType, id: Option[String] = None, ref: Option[String] = None, name: String) extends Product with Serializable
- final case class EntityReference(entityType: EntityType, name: xml.Xml.Nodes, id: Option[String], role: Option[String], ref: Option[String], sourceUrl: Option[String]) extends Product with Serializable
- abstract class EntityRelated[E] extends Union[E]
- sealed trait EntityType extends AnyRef
- final case class FileDesc(titleStmt: TitleStmt, editionStmt: Option[EditionStmt.Value], extent: Option[Extent.Value], publicationStmt: Option[PublicationStmt], seriesStmt: Option[SeriesStmt.Value], notesStmt: Option[NotesStmt.Value], sourceDesc: Option[SourceDesc.Value]) extends Product with Serializable
- final case class HandNotes(handNotes: Seq[HandNote.Value]) extends Product with Serializable
- final case class LangUsage(languages: Seq[Language]) extends Product with Serializable
- final case class Language(ident: String, usage: Option[Int], text: Option[String]) extends Product with Serializable
- final case class Pb(n: String, id: Option[String], facs: Option[String], isMissing: Boolean = false, isEmpty: Boolean = false) extends Product with Serializable
- final case class ProfileDesc(documentAbstract: Option[Abstract.Value], creation: Option[Creation], langUsage: Option[LangUsage], textClass: Option[TextClass.Value], correspDesc: Option[CorrespDesc.Value], calendarDesc: Option[CalendarDesc.Value], handNotes: Option[HandNotes], listTranspose: Option[ListTranspose.Value]) extends Product with Serializable
- final case class PublicationStmt(publisher: Option[Publisher.Value], availability: Option[Availability]) extends Product with Serializable
- final case class Tei(teiHeader: TeiHeader, text: Text) extends Product with Serializable
- final case class TeiHeader(fileDesc: FileDesc, encodingDesc: Option[EncodingDesc.Value], profileDesc: Option[ProfileDesc], xenoData: Option[XenoData.Value], revisionDesc: Option[RevisionDesc.Value]) extends Product with Serializable
- class TeiRawXml extends RawXml
- final case class Text(lang: Option[String], body: Body.Value) extends Product with Serializable
- final case class TitleStmt(titles: Seq[Title.Value], authors: Seq[Author.Value], editors: Seq[Editor], sponsors: Seq[Sponsor.Value], funders: Seq[Funder.Value], principals: Seq[Principal.Value], respStmts: Seq[RespStmt.Value]) extends Product with Serializable
Value Members
- object Abstract extends TeiRawXml
- object Author extends TeiRawXml
- object Availability extends Element[Availability] with Serializable
- object Body extends TeiRawXml
- object CalendarDesc extends TeiRawXml
- object CorrespDesc extends TeiRawXml
- object Creation extends Element[Creation] with Serializable
- object Date extends Element[Date] with Serializable
- object EditionStmt extends TeiRawXml
- object Editor extends Element[Editor] with Serializable
- object EncodingDesc extends TeiRawXml
- object Entity extends EntityRelated[Entity] with Serializable
- object EntityName extends EntityRelated[EntityName] with Serializable
- object EntityReference extends EntityRelated[EntityReference] with Serializable
- object EntityType
- object Extent extends TeiRawXml
- object FileDesc extends Element[FileDesc] with Serializable
- object Funder extends TeiRawXml
- object HandNote extends TeiRawXml
- object HandNotes extends Element[HandNotes] with Serializable
- object LangUsage extends Element[LangUsage] with Serializable
- object Language extends Element[Language] with Serializable
- object ListTranspose extends TeiRawXml
- object NotesStmt extends TeiRawXml
- object Pb extends Element[Pb] with Serializable
- object Principal extends TeiRawXml
- object ProfileDesc extends Element[ProfileDesc] with Serializable
- object PublicationStmt extends Element[PublicationStmt] with Serializable
- object Publisher extends TeiRawXml
- object RespStmt extends TeiRawXml
- object RevisionDesc extends TeiRawXml
- object SeriesStmt extends TeiRawXml
- object SourceDesc extends TeiRawXml
- object Sponsor extends TeiRawXml
- object Tei extends Element[Tei] with Dialect with To with Serializable
- object TeiHeader extends Element[TeiHeader] with Serializable
- object Text extends Element[Text] with Serializable
- object TextClass extends TeiRawXml
- object Title extends TeiRawXml
- object TitleStmt extends Element[TitleStmt] with Serializable
- object XenoData extends TeiRawXml