NodeCursor

sealed trait NodeCursor extends Dynamic with VCursor[XmlNode, NodeCursor]

Vertical cursor for nodes

Companion:
object
trait Serializable
trait Dynamic
class Object
trait Matchable
class Any
object Root.type
class Simple

Type members

Inherited types

type Focus = HFocus
Inherited from:
VCursor

Value members

Abstract methods

def history: List[Op]

Concrete methods

def \(nodeName: String): NodeCursor
def attr(key: String): AttrCursor
def down(nodeName: String): NodeCursor
def downPath(path: String): NodeCursor
def modify(modifier: () => XmlNode): Modifier[XmlNode]
def selectDynamic(nodeName: String): NodeCursor

Inherited methods

Inherited from:
Cursor
Inherited from:
GenericCursor
final def up: NodeCursor
Inherited from:
VCursor

Concrete fields

lazy override val path: String

Inherited fields

protected val lastCursor: NodeCursor
Inherited from:
VCursor