XmlZoom

sealed trait XmlZoom extends XmlZoomNodeBase
Companion
object
trait XmlZoomNodeBase
trait Dynamic
class Object
trait Matchable
class Any

Type members

Types

override type Type = XmlZoom

Value members

Concrete methods

final def detailed[F[_]](document: NodeSeq)(implicit evidence$4: AppExOrEu[F]): F[XmlZoomResult]
final def run[F[_]](document: NodeSeq)(implicit evidence$3: AppExOrEu[F]): 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
def unbind(): XmlZoom
Inherited from
XmlZoomNodeBase

Inherited fields

val actions: List[ZoomAction]
Inherited from
XmlZoomNodeBase