kantan.xpath

ops

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
Learn more about member selection
Visibility
  1. Public
  2. All

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.

Value Members

  1. object expression extends ToExpressionOps

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

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

    Definition Classes
    ToXmlSourceOps
  4. object xmlSource extends ToXmlSourceOps

Inherited from AllOps

Inherited from ToXmlSourceOps

Inherited from ToExpressionOps

Inherited from AnyRef

Inherited from Any

Ungrouped