DocumentCursor

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(document: Document, outputContext: Option[OutputContext]): Either[TreeConfigErrors, DocumentCursor]

Creates a cursor by placing the specified document as a sole node into an otherwise empty document tree.

Creates a cursor by placing the specified document as a sole node into an otherwise empty document tree.

def apply(document: Document, parent: TreeCursor, config: Config, position: TreePosition): DocumentCursor

Creates a cursor for a document and full context information: its parent, configuration and position within the document tree.

Creates a cursor for a document and full context information: its parent, configuration and position within the document tree.