Class

org.fusesource.scalate.wikitext

SectionBlock

Related Doc: package wikitext

Permalink

class SectionBlock extends AbstractNestedBlock

Source
HtmlBlocks.scala
Linear Supertypes
AbstractNestedBlock, ParameterizedBlock, Block, Processor, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SectionBlock
  2. AbstractNestedBlock
  3. ParameterizedBlock
  4. Block
  5. Processor
  6. Cloneable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SectionBlock()

    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 +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to any2stringadd[SectionBlock] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SectionBlock, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to ArrowAssoc[SectionBlock] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  7. def beginBlock(): Unit

    Permalink
    Definition Classes
    SectionBlockAbstractNestedBlock
  8. def beginNesting(): Boolean

    Permalink
    Definition Classes
    AbstractNestedBlock → Block
  9. var blockLineCount: Int

    Permalink
    Definition Classes
    AbstractNestedBlock
  10. def canStart(line: String, lineOffset: Int): Boolean

    Permalink
    Definition Classes
    SectionBlockAbstractNestedBlock → Block
  11. def clone(): Block

    Permalink
    Definition Classes
    Block → Processor → AnyRef
  12. var content: ListBuffer[String]

    Permalink
  13. def defaultAttr(): Unit

    Permalink
  14. def endBlock(): Unit

    Permalink
    Definition Classes
    SectionBlockAbstractNestedBlock
  15. var endPattern: Pattern

    Permalink
    Definition Classes
    AbstractNestedBlock
  16. def ensuring(cond: (SectionBlock) ⇒ Boolean, msg: ⇒ Any): SectionBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to Ensuring[SectionBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (SectionBlock) ⇒ Boolean): SectionBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to Ensuring[SectionBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): SectionBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to Ensuring[SectionBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): SectionBlock

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to Ensuring[SectionBlock] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def findCloseOffset(line: String, lineOffset: Int): Int

    Permalink
    Definition Classes
    AbstractNestedBlock → Block
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to StringFormat[SectionBlock] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. def getBuilder(): DocumentBuilder

    Permalink
    Definition Classes
    Processor
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getMarkupLanguage(): MarkupLanguage

    Permalink
    Definition Classes
    Processor
  28. def getParser(): MarkupParser

    Permalink
    Definition Classes
    Processor
  29. def getState(): ContentState

    Permalink
    Definition Classes
    Processor
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def isClosed(): Boolean

    Permalink
    Definition Classes
    Block
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. var matcher: Matcher

    Permalink
    Definition Classes
    AbstractNestedBlock
  34. val name: String

    Permalink
    Definition Classes
    AbstractNestedBlock
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. var nesting: Boolean

    Permalink
    Definition Classes
    AbstractNestedBlock
  37. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  39. def processLine(arg0: String, arg1: Int): Int

    Permalink
    Definition Classes
    Block
  40. def processLineContent(line: String, ofs: Int): Int

    Permalink
    Definition Classes
    AbstractNestedBlock → Block
  41. var rowAttributes: TableRowAttributes

    Permalink
  42. def setClosed(closed: Boolean): Unit

    Permalink
    Definition Classes
    AbstractNestedBlock → Block
  43. def setOption(key: String, value: String): Unit

    Permalink
    Definition Classes
    SectionBlock → ParameterizedBlock
  44. def setOption(option: String): Unit

    Permalink
    Definition Classes
    SectionBlock → ParameterizedBlock
  45. def setOptions(arg0: String): Unit

    Permalink
    Definition Classes
    ParameterizedBlock
  46. def setParser(arg0: MarkupParser): Unit

    Permalink
    Definition Classes
    Processor
  47. def setState(arg0: ContentState): Unit

    Permalink
    Definition Classes
    Processor
  48. var startPattern: Pattern

    Permalink
    Definition Classes
    AbstractNestedBlock
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. var tableAttributes: TableAttributes

    Permalink
  51. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def [B](y: B): (SectionBlock, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SectionBlock to ArrowAssoc[SectionBlock] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AbstractNestedBlock

Inherited from ParameterizedBlock

Inherited from Block

Inherited from Processor

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SectionBlock to any2stringadd[SectionBlock]

Inherited by implicit conversion StringFormat from SectionBlock to StringFormat[SectionBlock]

Inherited by implicit conversion Ensuring from SectionBlock to Ensuring[SectionBlock]

Inherited by implicit conversion ArrowAssoc from SectionBlock to ArrowAssoc[SectionBlock]

Ungrouped