TargetIdSelector

laika.rewrite.link.TargetIdSelector
case class TargetIdSelector(id: String) extends UniqueSelector

A selector for a rendered target in a document.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Selector
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val description: String

Inherited 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

Inherited from:
UniqueSelector
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

Inherited from:
UniqueSelector