ResourceNode

sealed trait ResourceNode extends Node

Resource node. It is an abstraction of what in the XML representation is a taxonomy element that is an XLink resource. Note that each resource node that locators can point to is expected to have an ID.

Resource node. It is an abstraction of what in the XML representation is a taxonomy element that is an XLink resource. Note that each resource node that locators can point to is expected to have an ID.

trait Node
class Object
trait Matchable
class Any

Value members

Abstract methods

def elr: String
def idOption: Option[String]
def nonXLinkAttributes: Map[EName, String]
def resolvedName: EName
def roleOption: Option[String]

Concrete methods

final def elementKeyOption: Option[ResourceKey]