UniqueSelector

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

A selector that can is a globally unique identifier.

Attributes

Graph
Supertypes
trait Selector
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def description: String

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