Attribute

object Attribute

This singleton object contains the apply and unapply methods for convenient construction and deconstruction.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(key: String, value: Seq[Node], next: MetaData): Attribute

Convenience functions which choose Un/Prefixedness appropriately

Convenience functions which choose Un/Prefixedness appropriately

def apply(pre: String, key: String, value: String, next: MetaData): Attribute
def apply(pre: String, key: String, value: Seq[Node], next: MetaData): Attribute
def apply(pre: Option[String], key: String, value: Seq[Node], next: MetaData): Attribute