Target

laika.ast.Target
See theTarget companion trait
object Target

Attributes

Companion
trait
Source
Target.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Target.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def parse(url: String): Target

Creates a new target by parsing the specified URL.

Creates a new target by parsing the specified URL.

If the target is an absolute URL (starting with 'http:'/'https:'/'mailto:') the result will be an external target.

Relative URLs will be interpreted as pointing to the target within the virtual tree of input and output documents and will be validated during transformation, resulting in errors if the target does not exist.

External targets on the other hand are not validated, as the availability of the external resource during validation cannot be guaranteed.

Attributes

Source
Target.scala