|
Scala
1.2.0.1 |
|||
Field Summary | |
final
|
val attrSpec: HashMap[String,AttrDecl]
|
val map: HashMap[String,String]
|
|
final
|
val namespace: String
|
Method Summary | |
def add(as: List[Attribute], x: Attribute): List[Attribute]
|
|
var attribsTemplate: List[Attribute]
|
|
var req: Int
|
|
def validate(attributes: AttributeSeq): AttributeSeq
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Field Detail |
final val namespace: String
final val attrSpec: HashMap[String,AttrDecl]
val map: HashMap[String,String]
Method Detail |
var attribsTemplate: List[Attribute]
var req: Int
def add(as: List[Attribute], x: Attribute): List[Attribute]
def validate(attributes: AttributeSeq): AttributeSeq
|
Scala
1.2.0.1 |
|||