DocumentTargets

laika.rewrite.link.DocumentTargets
case class DocumentTargets(document: Document, slugBuilder: String => String)

Collects all tree elements from a document that can be referenced from other elements, like images, footnotes, citations and other inline targets.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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

Provides all targets that can be referenced inside the document.

Provides all targets that can be referenced inside the document.

Attributes