in scala/xml
object AttributeSeq

object AttributeSeq
extends Object
with ScalaObject

Field Summary
final val Empty: AttributeSeq

Method Summary
final def fromAttrs(as: Attribute*): AttributeSeq
final def fromHashMap(as: HashMap[Tuple2[String,String],String]): AttributeSeq
final def fromHashMap(ns: String, as: HashMap[Tuple2[String,String],String]): AttributeSeq

Field Detail

Empty

  final val Empty: AttributeSeq
Method Detail

fromHashMap

  final def fromHashMap(as: HashMap[Tuple2[String,String],String]): AttributeSeq

fromHashMap

  final def fromHashMap(ns: String, as: HashMap[Tuple2[String,String],String]): AttributeSeq

fromAttrs

  final def fromAttrs(as: Attribute*): AttributeSeq