Package

kantan.xpath

ops

Permalink

package ops

Linear Supertypes
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. All

Type Members

  1. trait AllOps extends ToExpressionOps with ToXmlSourceOps

    Permalink
  2. final class ExpressionOps[A] extends AnyVal

    Permalink
  3. trait ToExpressionOps extends AnyRef

    Permalink
  4. trait ToXmlSourceOps extends AnyRef

    Permalink
  5. final class XmlSourceOps[A] extends AnyRef

    Permalink

    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. object expression extends ToExpressionOps

    Permalink
  2. implicit def toXPathExpressionOps[A](expr: Query[DecodeResult[A]]): ExpressionOps[A]

    Permalink
    Definition Classes
    ToExpressionOps
  3. implicit def toXmlSourceOps[A](a: A)(implicit arg0: XmlSource[A]): XmlSourceOps[A]

    Permalink
    Definition Classes
    ToXmlSourceOps
  4. object xmlSource extends ToXmlSourceOps

    Permalink

Inherited from AllOps

Inherited from ToXmlSourceOps

Inherited from ToExpressionOps

Inherited from AnyRef

Inherited from Any

Ungrouped