RelativeInternalTarget

laika.ast.RelativeInternalTarget

Represents a target defined by a relative path; the absolute path of such a target needs to be resolved later in the context of the containing document and its path.

Attributes

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

Members list

Value members

Concrete methods

def render(internalTargetsAbsolute: Boolean): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

The underlying path reference, which is either a relative or absolute path, depending on the implementation of this trait.

The underlying path reference, which is either a relative or absolute path, depending on the implementation of this trait.

Attributes

Inherited from:
InternalTarget