Packages

object HtmlWriter extends CiteWriter with CiteHtmlWriter

Providing serializations for Homer Multitext Data *

Annotations
@JSExportTopLevel( "HtmlWriter" )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlWriter
  2. CiteHtmlWriter
  3. CiteWriter
  4. AnyRef
  5. 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]
    Definition Classes
    CiteHtmlWriter
  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.

    Definition Classes
    CiteHtmlWriter
  11. def groupCorpusByText(c: Corpus): Vector[Corpus]
    Definition Classes
    CiteHtmlWriter
  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
    Definition Classes
    CiteHtmlWriter
  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
    Definition Classes
    CiteHtmlWriter
  31. def writeCiteRelationSet(crs: CiteRelationSet): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  32. def writeCiteTriple(ct: CiteTriple, cro: Option[CiteCollectionRepository]): String
    Definition Classes
    CiteHtmlWriter
  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.

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

    Definition Classes
    CiteHtmlWriter
  35. def writeCtsCatalogEntry(ce: CatalogEntry): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  36. def writeCtsPassageForDisplay(u: CtsUrn): String
    Definition Classes
    CiteHtmlWriter
  37. def writeCtsUrnPassage(u: CtsUrn): String
    Definition Classes
    CiteHtmlWriterCiteWriter
  38. def writeSingleTextCorpus(corpus: Corpus, tokenizedCorpus: Boolean = false, catalog: Option[Catalog] = None): String
    Definition Classes
    CiteHtmlWriter
  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 CiteHtmlWriter

Inherited from CiteWriter

Inherited from AnyRef

Inherited from Any

Ungrouped