MetaData

sealed trait MetaData

This class represents an attribute and at the same time a linked list of attributes. Every instance of this class is either

  • an instance of UnprefixedAttribute key,value or
  • an instance of PrefixedAttribute namespace_prefix,key,value or
  • Null, the empty attribute list.
class Object
trait Matchable
class Any
object Null.type

Value members

Abstract methods

def key: String
def value: Node

Concrete methods

def hasNext: Boolean
def map[T](f: MetaData => T): List[T]