package xpath
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- xpath
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Axis extends AnyRef
- case class Location(axis: Axis, node: Node, predicate: Option[Predicate]) extends Product with Serializable
- case class Node(prefix: Option[String], local: Option[String]) extends Product with Serializable
- final class PartiallyAppliedFilter[F[_]] extends AnyVal
Namespace containing the various XPath filtering pipes.
- sealed trait Predicate extends AnyRef
- case class XPath(locations: NonEmptyList[List[Location]]) extends Product with Serializable
- class XPathParser[F[_]] extends AnyRef
- case class XPathSyntaxException(expected: String, got: String, idx: Int) extends Exception with Product with Serializable
Value Members
- def filter[F[_]]: PartiallyAppliedFilter[F]
Namespace containing the various XPath filtering pipes.
- object Axis
- object Node extends Serializable
- object Predicate
- object XPathParser
- object literals