net.liftweb.util.CSSParser

class CSSParser

case class CSSParser(val prefix : String)

 extends Parsers with Product


Combinator parser for prefixing root relative paths with a given prefix


Companion: CSSParser

Source: CSSHelpers.scala(54)

 Constructors

def this(prefix : String)

 Fields

contentParser.. lazy val contentParser Parser[String]
expr.. lazy val expr Parser[String]
lastNoSuccess.. var lastNoSuccess NoSuccess Parsers
path.. lazy val path Parser[String]
phrase.. lazy val phrase Parser[String]
productArity.. override def productArity Int
productPrefix.. override def productPrefix String
seq1.. lazy val seq1 Parser[String]
seq2.. lazy val seq2 Parser[String]
spaces.. lazy val spaces Parser[List[Char]]

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
OnceParser.. def OnceParser[T](arg0 : (Reader) => ParseResult[T]) Parser[T] with OnceParser[T] Parsers
Parser.. def Parser[T](arg0 : (Reader) => ParseResult[T]) Parser[T] Parsers
accept.. implicit def accept(arg0 : Elem) Parser[Elem] Parsers
accept.. def accept[U](arg0 : String, arg1 : PartialFunction[Elem, U]) Parser[U] Parsers
accept.. def accept[ES](arg0 : ES) Parser[List[Elem]] Parsers
acceptIf.. def acceptIf(arg0 : (Elem) => Boolean) Parser[Elem] Parsers
acceptMatch.. def acceptMatch[U](arg0 : String, arg1 : PartialFunction[Elem, U]) Parser[U] Parsers
acceptSeq.. def acceptSeq[ES](arg0 : ES) Parser[List[Elem]] Parsers
asInstanceOf.. final def asInstanceOf[T0] T0 Any
chainl1.. def chainl1[T](arg0 : => Parser[T], arg1 : => Parser[(T, T) => T]) Parser[T] Parsers
chainl1.. def chainl1[T, U](arg0 : => Parser[T], arg1 : => Parser[U], arg2 : => Parser[(T, U) => T]) Parser[T] Parsers
chainr1.. def chainr1[T, U](arg0 : => Parser[T], arg1 : => Parser[(T, U) => U], arg2 : (T, U) => U, arg3 : U) Parser[U] Parsers
clone.. protected def clone Object AnyRef
commit.. def commit[T](arg0 : => Parser[T]) Parser[T] Parsers
elem.. def elem(arg0 : String, arg1 : (Elem) => Boolean) Parser[Elem] Parsers
elem.. def elem(arg0 : Elem) Parser[Elem] Parsers
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. override def equals(arg0 : Any) Boolean
err.. def err(arg0 : String) Parser[Nothing] Parsers
failure.. def failure(arg0 : String) Parser[Nothing] Parsers
finalize.. protected def finalize Unit AnyRef
fixCSS.. def fixCSS(in : String) Box[String]
getClass.. final def getClass Class[Any] AnyRef
hashCode.. override def hashCode Int
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
log.. def log[T](arg0 : => Parser[T]) Parser[T] Parsers
mkList.. def mkList[T] (~[T, List[T]]) => List[T] Parsers
ne.. final def ne(arg0 : Object) Boolean AnyRef
not.. def not[T](arg0 : => Parser[T]) Parser[Unit] Parsers
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
opt.. def opt[T](arg0 : => Parser[T]) Parser[Option[T]] Parsers
phrase.. def phrase[T](arg0 : Parser[T]) Parser[T] Parsers
positioned.. def positioned[T <: Positional](arg0 : => Parser[T]) Parser[T] Parsers
productElement.. override def productElement(arg0 : Int) Any
rep.. def rep[T](arg0 : => Parser[T]) Parser[List[T]] Parsers
rep1.. def rep1[T](arg0 : => Parser[T]) Parser[List[T]] Parsers
rep1.. def rep1[T](arg0 : => Parser[T], arg1 : => Parser[T]) Parser[List[T]] Parsers
rep1sep.. def rep1sep[T](arg0 : => Parser[T], arg1 : => Parser[Any]) Parser[List[T]] Parsers
repN.. def repN[T](arg0 : Int, arg1 : => Parser[T]) Parser[List[T]] Parsers
repsep.. def repsep[T](arg0 : => Parser[T], arg1 : => Parser[Any]) Parser[List[T]] Parsers
strToInput.. implicit def strToInput(in : String) Reader
success.. def success[T](arg0 : T) Parser[T] Parsers
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. override def toString String
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.