TextCursor

class TextCursor(val lastCursor: NodeCursor) extends VCursor[XmlData, NodeCursor]

Vertical cursor for node Text

trait Serializable
trait Dynamic
class Object
trait Matchable
class Any

Type members

Inherited types

type Focus = HFocus
Inherited from:
VCursor

Value members

Concrete methods

override def focus(node: XmlNode): Result[XmlData]
Definition Classes

Inherited methods

def as[T : Decoder]: FreeCursor[Xml, T]
Inherited from:
Cursor
final def up: NodeCursor
Inherited from:
VCursor

Concrete fields

final lazy override val path: String