| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
object TextileParser
extends
ScalaObject
def this
|
| BlankLine.. |
case object BlankLine
|
|
|
| Copyright.. |
case object Copyright
|
|
|
| Dimension.. |
case object Dimension
|
|
|
| EOL.. |
case object EOL
|
|
|
| Elipsis.. |
case object Elipsis
|
|
|
| EmDash.. |
case object EmDash
|
|
|
| EnDash.. |
case object EnDash
|
|
|
| Register.. |
case object Register
|
|
|
| SingleQuote.. |
case object SingleQuote
|
|
|
| Special.. |
object Special
|
|
|
| Trademark.. |
case object Trademark
|
|
|
| example.. |
val example
|
String | |
| tryit.. |
def tryit
|
Object | |
| validAttributes.. |
val validAttributes
|
List[String] |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| clone.. |
protected def clone
|
Object | AnyRef |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| paraFixer.. |
def paraFixer(in : NodeSeq)
Useful helper function for stripping out the surrounding
tags |
NodeSeq | |
| parse.. |
def parse(_toParse : String, urlRewrite : Option[Function1], disableLinks : Boolean)
Take a string and return the parsed value
[details]
Lst is a list of Textile parsed elements. You can do a .toHtml on the Lst
to get the XHTML result to send to the browser.
int will be the number of characters parsed.
|
Option[Lst] | |
| parse.. |
def parse(toParse : String, urlRewrite : Option[Function1])
|
Option[Lst] | |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toHtml.. |
def toHtml(toParse : String, disableLinks : Boolean)
|
NodeSeq | |
| toHtml.. |
def toHtml(toParse : String)
|
NodeSeq | |
| toHtml.. |
def toHtml(toParse : String, wikiUrlFunc : Option[Function1], disableLinks : Boolean)
|
NodeSeq | |
| toHtml.. |
def toHtml(toParse : String, wikiUrlFunc : Option[Function1])
|
NodeSeq | |
| toString.. |
def toString
|
String | AnyRef |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |