XmlZoom

sealed trait XmlZoom
Companion:
object
trait Dynamic
class Object
trait Matchable
class Any

Type members

Types

override type Type = XmlZoom

Value members

Concrete methods

final def detailed[F[_] : ApplicativeThrowOrEu](document: NodeSeq): F[XmlZoomResult]
final def run[F[_] : ApplicativeThrowOrEu](document: NodeSeq): F[NodeSeq]

Inherited methods

def add(action: ZoomAction, actions: ZoomAction*): Type
Inherited from:
XmlZoomNodeBase
def addAll(action: List[ZoomAction]): Type
Inherited from:
XmlZoomNodeBase
def applyDynamic(nodeName: String)(idx: Int): Type
Inherited from:
XmlZoomNodeBase
def atIndex(idx: Int): Type
Inherited from:
XmlZoomNodeBase
def bind(ns: NodeSeq): BindedXmlZoom
Inherited from:
XmlZoomNodeBase
def down(nodeName: String): Type
Inherited from:
XmlZoomNodeBase
Inherited from:
XmlZoomNodeBase
Inherited from:
XmlZoomNodeBase
def head(): Type
Inherited from:
XmlZoomNodeBase
def last(): Type
Inherited from:
XmlZoomNodeBase
def selectDynamic(nodeName: String): Type
Inherited from:
XmlZoomNodeBase
Inherited from:
XmlZoomNodeBase

Inherited fields

val actions: List[ZoomAction]
Inherited from:
XmlZoomNodeBase