Attribute

scala.xml.Attribute$
See theAttribute companion trait
object Attribute

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Attribute.type

Members list

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

Attributes

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