Object

knockoff

DefaultDiscounter

Related Doc: package knockoff

Permalink

object DefaultDiscounter extends Discounter with XHTMLWriter

Source
DefaultDiscounter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultDiscounter
  2. XHTMLWriter
  3. Discounter
  4. TextWriter
  5. ChunkStreamFactory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def blockToText(block: Block)(implicit writer: Writer): Unit

    Permalink
    Definition Classes
    TextWriter
  6. def blockToXHTML: (Block) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  7. def blockquoteToXHTML: (Seq[Block]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  8. def blocksToText(blocks: Seq[Block])(implicit writer: Writer): Unit

    Permalink
    Definition Classes
    TextWriter
  9. lazy val chunkParser: ChunkParser

    Permalink
    Definition Classes
    ChunkStreamFactory
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def codeSpanToXHTML: (String) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  12. def codeToXHTML: (Text) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  13. def createChunkStream(reader: Reader[Char]): Stream[(Chunk, Position)]

    Permalink
    Definition Classes
    ChunkStreamFactory
  14. def createChunkStream(str: String): Stream[(Chunk, Position)]

    Permalink
    Definition Classes
    ChunkStreamFactory
  15. def createSpanConverter(linkDefinitions: Seq[LinkDefinitionChunk]): SpanConverter

    Permalink
    Definition Classes
    Discounter
  16. def emphasisToXHTML: (Seq[Span]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def escapeURL(url: String): Node

    Permalink
    Definition Classes
    XHTMLWriter
  20. val escapeableChars: List[String]

    Permalink
    Definition Classes
    XHTMLWriter
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def headerToXHTML: (Int, Seq[Span]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  25. def hrXHTML: Node

    Permalink
    Definition Classes
    XHTMLWriter
  26. def htmlBlockToXHTML: (String) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  27. def htmlSpanToXHTML: (String) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  28. def imageLinkToXHTML: (Seq[Span], String, Option[String]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def knockoff(source: CharSequence): Seq[Block]

    Permalink

    Parses and returns our best guess at the sequence of blocks.

    Parses and returns our best guess at the sequence of blocks. It will never fail, just log all suspicious things.

    Definition Classes
    Discounter
  31. def liToXHTML: (Seq[Block]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  32. def linkToXHTML: (Seq[Span], String, Option[String]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  33. def main(args: Array[String]): Unit

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def newChunkParser: ChunkParser

    Permalink

    Overridable factory method.

    Overridable factory method.

    Definition Classes
    ChunkStreamFactory
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def olToXHTML: (Seq[Block]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  39. def paragraphToXHTML: (Seq[Span]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  40. def spanToText(span: Span)(implicit writer: Writer): Unit

    Permalink
    Definition Classes
    TextWriter
  41. def spanToXHTML: (Span) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  42. def strongToXHTML: (Seq[Span]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def textToXHTML: (String) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def toText(blocks: Seq[Block]): String

    Permalink

    Creates a Group representation of the document.

    Creates a Group representation of the document.

    Definition Classes
    TextWriter
  47. def toXHTML(blocks: Seq[Block]): Node

    Permalink

    Creates a Group representation of the document.

    Creates a Group representation of the document.

    Definition Classes
    XHTMLWriter
  48. def toXML(blocks: Seq[Block]): Node

    Permalink

    Backwards compatibility? *cough*

    Backwards compatibility? *cough*

    Definition Classes
    XHTMLWriter
  49. def ulToXHTML: (Seq[Block]) ⇒ Node

    Permalink
    Definition Classes
    XHTMLWriter
  50. def unescape(source: String): String

    Permalink
    Definition Classes
    XHTMLWriter
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from XHTMLWriter

Inherited from Discounter

Inherited from TextWriter

Inherited from ChunkStreamFactory

Inherited from AnyRef

Inherited from Any

Ungrouped