net.liftweb.textile.TextileParser

object TextileParser

object TextileParser

 extends ScalaObject


The textile parser ported to the scala.util.parsing.combinator style of parsing by Adriaan Moors


Source: TextileParser.scala(29)

Nested Classes

ARef, ATextile, Acronym, Align, Anchor, AnyAttribute, Attribute, BlockQuote, Bullet, BulletLine, CharBlock, Cite, ClassAndId, DefaultRewriter, Em, Emph, Footnote, FootnoteDef, HTML, Header, Image, Lang, Line, Lst, Paragraph, Pre, Quoted, RefAnchor, Special, Strong, Style, StyleElem, Table, TableDef, TableElement, TableRow, Textile, TextileParsers, WikiAnchor, WikiURLInfo,

 Constructors

def this

 Fields

BlankLine.. case object BlankLine

 extends Textile with Product
Copyright.. case object Copyright

 extends Textile with Product
Dimension.. case object Dimension

 extends Textile with Product
EOL.. case object EOL

 extends Textile with Product
Elipsis.. case object Elipsis

 extends Textile with Product
EmDash.. case object EmDash

 extends Textile with Product
EnDash.. case object EnDash

 extends Textile with Product
Register.. case object Register

 extends Textile with Product
SingleQuote.. case object SingleQuote

 extends Textile with Product
Special.. object Special

 extends ScalaObject
Trademark.. case object Trademark

 extends Textile with Product
example.. val example String
tryit.. def tryit Object
validAttributes.. val validAttributes List[String]

 Methods

!=.. 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
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.