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.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
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.