|
Scala
1.2.0.1 |
|||
namespace$$
-
the namespace URI
key$$
-
the local attribute name
Field Summary | |
val key: String
|
|
val namespace: String
|
|
val value: String
|
Method Summary | |
def compareTo[b >: Attribute](view: (b) => Ordered[b])(that: b): Int
Result of comparing `this' with operand `that'. |
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 |
Methods inherited from scala/CaseClass-class |
caseArity, caseElement |
Methods inherited from scala/Ordered-class |
<, <=, >, >= |
Field Detail |
val namespace: String
val key: String
val value: String
Method Detail |
def compareTo[b >: Attribute](view: (b) => Ordered[b])(that: b): Int
x < 0
iff this < that
x == 0
iff this == that
x > 0
iff this > that
|
Scala
1.2.0.1 |
|||