XPathParser

fs2.data.xml.xpath.XPathParser
See theXPathParser companion object
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

Members list

Value members

Concrete methods

def parse(): F[XPath]

Attributes

Source
XPathParser.scala
def readWhile(pred: Char => Boolean): Parser[String]

Attributes

Source
XPathParser.scala

Concrete fields

val input: String

Attributes

Source
XPathParser.scala