fs2.data.xml.xpath

Members list

Type members

Classlikes

sealed trait Axis

Attributes

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

Attributes

Companion
trait
Source
XPath.scala
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Node(prefix: Option[String], local: Option[String])

Attributes

Companion
object
Source
XPath.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Node

Attributes

Companion
class
Source
XPath.scala
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
Supertypes
class AnyVal
trait Matchable
class Any
sealed trait Predicate

Attributes

Companion
object
Source
XPath.scala
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
Show all
object Predicate

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
XPathParser.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

Namespace containing the various XPath filtering pipes.

Namespace containing the various XPath filtering pipes.

Attributes

Source
package.scala