fs2.data.xml.xpath

Members list

Concise view

Type members

Classlikes

sealed trait Axis

Attributes

Companion:
object
Source:
XPath.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Child.type
object Descendant.type
object Axis

Attributes

Companion:
trait
Source:
XPath.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Axis.type
case class Location(axis: Axis, node: Node, predicate: Option[Predicate])

Attributes

Source:
XPath.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Node(prefix: Option[String], local: Option[String])

Attributes

Companion:
object
Source:
XPath.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Node

Attributes

Companion:
class
Source:
XPath.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Node.type
final class PartiallyAppliedFilter[F[_]] extends AnyVal

Namespace containing the various XPath filtering pipes.

Namespace containing the various XPath filtering pipes.

Attributes

Source:
package.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
sealed trait Predicate

Attributes

Companion:
object
Source:
XPath.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class And
class Eq
class Exists
object False.type
class Neq
class Not
class Or
object True.type
object Predicate

Attributes

Companion:
trait
Source:
XPath.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class XPath(locations: NonEmptyList[List[Location]])

Attributes

Source:
XPath.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
class XPathParser[F[_]](val input: String)(implicit F: MonadError[F, Throwable])

Attributes

Companion:
object
Source:
XPathParser.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
XPathParser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class XPathSyntaxException(expected: String, got: String, idx: Int) extends Exception

Attributes

Source:
XPathParser.scala
Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Concrete methods

Namespace containing the various XPath filtering pipes.

Namespace containing the various XPath filtering pipes.

Attributes

Source:
package.scala