SequenceSelector

laika.rewrite.link.SequenceSelector
sealed trait SequenceSelector extends Selector

A selector that can be used for a sequence of targets.

Attributes

Graph
Supertypes
trait Selector
class Object
trait Matchable
class Any
Known subtypes
object AnonymousSelector.type
object AutonumberSelector.type
object AutosymbolSelector.type

Members list

Value members

Concrete fields

val global: Boolean

Indicates whether this selector is applicable beyond the boundaries of a single document.

Indicates whether this selector is applicable beyond the boundaries of a single document.

Attributes

val unique: Boolean

Indicates whether this selector has to be unique within its scope.

Indicates whether this selector has to be unique within its scope.

When the global flag is set it must be globally unique, otherwise it must only be unique within the document it occurs in.

Attributes