SpanLink

laika.ast.SpanLink$
See theSpanLink companion class
object SpanLink

Companion for creating SpanLink instances.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SpanLink.type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(target: Target): Companion

Creates a new instance for the specified target which may be internal or external.

Creates a new instance for the specified target which may be internal or external.

Attributes

def external(url: String): Companion

Creates a new instance for the specified external URL.

Creates a new instance for the specified external URL.

Attributes

def internal(path: String): Companion

Creates a new instance for the specified internal link. The string value represents a virtual path into the input tree of a transformation and may be absolute (starting with '/') or relative.

Creates a new instance for the specified internal link. The string value represents a virtual path into the input tree of a transformation and may be absolute (starting with '/') or relative.

Attributes

Creates a new instance for the specified internal link. The path value represents a virtual path into the input tree of a transformation and may be absolute or relative.

Creates a new instance for the specified internal link. The path value represents a virtual path into the input tree of a transformation and may be absolute or relative.

Attributes