ResolvedLocatorOrResource

Resolved locator or resource. This can act as the resolved "from" or "to" side of a relationship. It holds both the XLink locator or XLink resource and the resolved element. Sub-type ResolvedLocatorOrResource.Locator is used for resolved XLink locators, and sub-type ResolvedLocatorOrResource.Resource is used for XLink resources, where the XLink resource and its "resolution" are one and the same element.

Resolved locator or resource. This can act as the resolved "from" or "to" side of a relationship. It holds both the XLink locator or XLink resource and the resolved element. Sub-type ResolvedLocatorOrResource.Locator is used for resolved XLink locators, and sub-type ResolvedLocatorOrResource.Resource is used for XLink resources, where the XLink resource and its "resolution" are one and the same element.

A "remote resource" (XLink locator to an XLink resource) is a specific Locator where the resolved element type is an XLink resource type.

These objects must be very efficient to create, in order to make relationship creation fast.

Authors

Chris de Vreeze

Companion
object
class Object
trait Matchable
class Any
class Locator[E]
class Resource[E]

Value members

Abstract methods

def resolvedElem: E

Concrete methods

final def elr: String