Packages

o

edu.holycross.shot.mid.markupreader

MidProseABDiplomatic

object MidProseABDiplomatic extends MidMarkupReader

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

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(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.

    Definition Classes
    MidProseABDiplomaticMidMarkupReader
  7. 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.

    Definition Classes
    MidMarkupReader
    Annotations
    @JSExport()
  8. 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.

    Definition Classes
    MidMarkupReader
    Annotations
    @JSExport()
  9. 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.

    Definition Classes
    MidMarkupReader
    Annotations
    @JSExport()
  10. 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.

    Definition Classes
    MidMarkupReader
    Annotations
    @JSExport()
  11. 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.

    Definition Classes
    MidMarkupReader
    Annotations
    @JSExport()
  12. 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.

    Definition Classes
    MidMarkupReader
    Annotations
    @JSExport()
  13. 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.

    Definition Classes
    MidMarkupReader
    Annotations
    @JSExport()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def recognizedTypes: Vector[MidDiplomaticEdition.type]

    Vector of all recognized editionTypes.

    Vector of all recognized editionTypes.

    Definition Classes
    MidProseABDiplomaticMidMarkupReader
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. 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 MidMarkupReader

Inherited from AnyRef

Inherited from Any

Ungrouped