HCursor

trait HCursor[HFocus <: Xml, +VC <: VCursor[_, VC], +HC <: HCursor[_, _, HC]] extends Cursor[HFocus]
trait Cursor[HFocus]
trait Serializable
class Object
trait Matchable
class Any

Type members

Types

type Focus = HFocus

Value members

Abstract methods

def head: HC
def last: HC
def left: HC
def right: HC

Concrete methods

final def up: VC

Inherited methods

def as[T : Decoder]: FreeCursor[Xml, T]
Inherited from:
Cursor
def focus(input: XmlNode): Result[HFocus]
Inherited from:
Cursor
def path: String
Inherited from:
Cursor

Abstract fields

protected val vCursor: VC