Packages

package ops

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ops
  2. AllOps
  3. ToXmlSourceOps
  4. ToExpressionOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AllOps extends ToExpressionOps with ToXmlSourceOps
  2. final class ExpressionOps[A] extends AnyVal
  3. trait ToExpressionOps extends AnyRef
  4. trait ToXmlSourceOps extends AnyRef
  5. final class XmlSourceOps[A] extends AnyRef

    Provides syntax for all types that have an implicit instance of XmlSource in scope.

    Provides syntax for all types that have an implicit instance of XmlSource in scope.

    The most common use case is to evaluate an XPath expression directly on a value:

    val f: java.io.File = ???
    f.evalXPath[List[java.net.URI]]("//a/@href")

Value Members

  1. implicit def toXPathExpressionOps[A](expr: Query[DecodeResult[A]]): ExpressionOps[A]
    Definition Classes
    ToExpressionOps
  2. implicit def toXmlSourceOps[A](a: A)(implicit arg0: XmlSource[A]): XmlSourceOps[A]
    Definition Classes
    ToXmlSourceOps
  3. object expression extends ToExpressionOps
  4. object xmlSource extends ToXmlSourceOps

Inherited from AllOps

Inherited from ToXmlSourceOps

Inherited from ToExpressionOps

Inherited from AnyRef

Inherited from Any

Ungrouped