XmlNodeCursorOps

cats.xml.xpath.implicits$.XmlNodeCursorOps
implicit class XmlNodeCursorOps(ncObj: NodeCursor.type)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def fromXPath(xpathExpr: XPathExpr): Either[XPathError, NodeCursor]
def fromXPath(xpathValue: String): Either[XPathError, NodeCursor]