Packages

trait CiteHtmlWriter extends CiteWriter

Providing serializations for Homer Multitext Data *

Annotations
@JSExportAll()
Linear Supertypes
CiteWriter, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteHtmlWriter
  2. CiteWriter
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def groupCorpusByDepth(c: Corpus, level: Int): Vector[Corpus]
  10. def groupCorpusByDepth(c: Corpus): Vector[Corpus]

    Group by citation value.

    Group by citation value. If there are different depths, or all are 1 level, do nothing. If there are two, group by the top level. If there are more than two, group by the top two.

  11. def groupCorpusByText(c: Corpus): Vector[Corpus]
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def writeCitableNode(cn: CitableNode, tokenized: Boolean): String
  23. def writeCitableNode(cn: CitableNode): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  24. def writeCitableNodeText(cn: CitableNode): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  25. def writeCiteCollectionDef(ccd: CiteCollectionDef): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  26. def writeCiteObject(co: CiteObject, cd: CiteCollectionDef): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  27. def writeCitePropertyDef(cpd: CitePropertyDef): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  28. def writeCitePropertyValue(pi: CitePropertyImplementation): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  29. def writeCitePropertyValue(pv: CitePropertyValue): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  30. def writeCiteRelationSet(crs: CiteRelationSet, cro: Option[CiteCollectionRepository]): String
  31. def writeCiteRelationSet(crs: CiteRelationSet): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  32. def writeCiteTriple(ct: CiteTriple, cro: Option[CiteCollectionRepository]): String
  33. def writeCiteTriple(ct: CiteTriple): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  34. def writeCorpus(corpus: Corpus, tokenized: Boolean = false, catalog: Option[Catalog] = None): String

    If 'tokenized' put a marker on citable nodes and divide by the 2nd-tier of the citatation.

  35. def writeCtsCatalogEntry(ce: CatalogEntry): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  36. def writeCtsPassageForDisplay(u: CtsUrn): String
  37. def writeCtsUrnPassage(u: CtsUrn): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  38. def writeSingleTextCorpus(corpus: Corpus, tokenizedCorpus: Boolean = false, catalog: Option[Catalog] = None): String
  39. def writeUrn(u: Urn): String
    Definition Classes
    CiteHtmlWriterCiteWriter

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from CiteWriter

Inherited from AnyRef

Inherited from Any

Ungrouped