Packages

package xpath

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. xpath
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package internals

Type Members

  1. sealed trait Axis extends AnyRef
  2. case class Location(axis: Axis, node: Node, predicate: Option[Predicate]) extends Product with Serializable
  3. case class Node(prefix: Option[String], local: Option[String]) extends Product with Serializable
  4. final class PartiallyAppliedFilter[F[_]] extends AnyVal

    Namespace containing the various XPath filtering pipes.

  5. sealed trait Predicate extends AnyRef
  6. case class XPath(locations: NonEmptyList[List[Location]]) extends Product with Serializable
  7. class XPathParser[F[_]] extends AnyRef
  8. case class XPathSyntaxException(expected: String, got: String, idx: Int) extends Exception with Product with Serializable

Value Members

  1. def filter[F[_]]: PartiallyAppliedFilter[F]

    Namespace containing the various XPath filtering pipes.

  2. object Axis
  3. object Node extends Serializable
  4. object Predicate
  5. object XPathParser
  6. object literals

Inherited from AnyRef

Inherited from Any

Ungrouped