Trait

knockoff

Discounter

Related Doc: package knockoff

Permalink

trait Discounter extends ChunkStreamFactory with XHTMLWriter with TextWriter

Source
Discounter.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Discounter
  2. TextWriter
  3. XHTMLWriter
  4. ChunkStreamFactory
  5. AnyRef
  6. 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
  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.

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

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

    Permalink
    Definition Classes
    XHTMLWriter
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def newChunkParser: ChunkParser

    Permalink

    Overridable factory method.

    Overridable factory method.

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    Creates a Group representation of the document.

    Creates a Group representation of the document.

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

    Permalink

    Creates a Group representation of the document.

    Creates a Group representation of the document.

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

    Permalink

    Backwards compatibility? *cough*

    Backwards compatibility? *cough*

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

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

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

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

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

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

Inherited from TextWriter

Inherited from XHTMLWriter

Inherited from ChunkStreamFactory

Inherited from AnyRef

Inherited from Any

Ungrouped