org.fusesource.scalate

scuery

package scuery

All the various implicit conversions for the scuery package

Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. class NestedTransformer extends AnyRef

    A transformer which makes it easy to create nested transformations by switching the thread local transformer used for the '$' methods when inside of a transform method.

  2. case class NodeAndAncestors (node: Node, ancestors: Seq[Node]) extends Product

    Makes it easy to pass around a node object along with its ancestor

  3. case class SXml (nodes: NodeSeq) extends Product

    A helper class to pimp Scala's XML support to add easy SQuery filtering so that you can perform a CSS3 selector on a scala.xml.Node or scala.xml.NodeSeq via xml.$("someSelector")

  4. trait ScueryConversions extends AnyRef

    All the various implicit conversions for the scuery package

  5. trait Selector extends AnyRef

  6. class Transform extends Transformer

    A helper class to make it easier to write new transformers within loops inside a ancestor transformer

  7. class Transformer extends AnyRef

    Allows simple XML replacement rules to be registered

  8. case class TransformerBuilder (transformer: Transformer) extends Product

    A helper class so that a function object can be used as a transformer

Value Members

  1. object Selector extends AnyRef

    Implements CSS style selectors

  2. object Transform extends AnyRef

  3. object XmlHelper extends ScueryConversions

  4. package support

  5. implicit def toNode (nodeAndAncestors: NodeAndAncestors) : Node

    attributes: implicit
    definition classes: ScueryConversions
  6. implicit def toNodes (transform: Transform) : NodeSeq

    attributes: implicit
    definition classes: ScueryConversions
  7. implicit def toSXml (nodes: NodeSeq) : SXml

    attributes: implicit
    definition classes: ScueryConversions
  8. implicit def toSXml (node: Node) : SXml

    attributes: implicit
    definition classes: ScueryConversions