Class

com.github.tkqubo.html2md.converters

DefaultMarkdownConverter

Related Doc: package converters

Permalink

class DefaultMarkdownConverter extends MarkdownConverter

Defines default markdown converter

Linear Supertypes
MarkdownConverter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultMarkdownConverter
  2. MarkdownConverter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultMarkdownConverter()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(rule: ConversionRule): MarkdownConverter

    Permalink

    Returns a new MarkdownConverter instance whose conversion rules is the concatenation of this instance and the given ConversionRule

    Returns a new MarkdownConverter instance whose conversion rules is the concatenation of this instance and the given ConversionRule

    Definition Classes
    MarkdownConverter
  4. def ++(that: MarkdownConverter): MarkdownConverter

    Permalink

    Returns a new MarkdownConverter instance whose conversion rules are the concatenation of this instance and the given MarkdownConverter

    Returns a new MarkdownConverter instance whose conversion rules are the concatenation of this instance and the given MarkdownConverter

    Definition Classes
    MarkdownConverter
  5. def +:(rule: ConversionRule): MarkdownConverter

    Permalink

    Returns a new MarkdownConverter instance whose conversion rules is the concatenation of the given ConversionRule and this instance

    Returns a new MarkdownConverter instance whose conversion rules is the concatenation of the given ConversionRule and this instance

    Definition Classes
    MarkdownConverter
  6. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def convert(node: Node): String

    Permalink

    Converts the Node instance into its markdown representation

    Converts the Node instance into its markdown representation

    Definition Classes
    MarkdownConverter
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. def provideMarkdown(node: Node): Unit

    Permalink

    Provide the Node instance with its markdown representation.

    Provide the Node instance with its markdown representation.

    The markdown text will be stored in markdownAttribute attribute

    Definition Classes
    MarkdownConverter
  20. val rules: Seq[ConversionRule]

    Permalink
    Definition Classes
    MarkdownConverter
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

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

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

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

Inherited from MarkdownConverter

Inherited from AnyRef

Inherited from Any

Ungrouped