|
Scala
1.4.0.0 |
|||
| Field Summary | |
val key: String
returns key of this MetaData item |
|
val next: MetaData
returns Null or the next MetaData item |
|
val value: String
returns key of this MetaData item |
|
| Method Summary | |
def copy(next: MetaData): UnprefixedAttribute
returns a copy of this unprefixed attribute with the given next field |
|
def equals1(m: MetaData): Boolean
shallow equals method |
|
final
|
def getNamespace(owner: Node): String
returns null |
def getValue(key: String): String
gets value of unqualified (unprefixed) attribute with given key |
|
def getValue(namespace: String, scope: NamespaceBinding, key: String): String
forwards the call to next |
|
override
|
def hashCode(): Int
|
final
|
def isPrefixed: Boolean
returns false |
def toString1(sb: StringBuffer): Unit
|
|
def toString1(): String
|
|
def wellformed(scope: NamespaceBinding): Boolean
|
|
| Methods inherited from java/lang/Object-class |
| clone, eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/Iterable-class |
| /:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Methods inherited from scala/xml/MetaData-class |
| append, containedIn1, elements, equals, hasNext, length, length, toString, toString, toString1 |
| Field Detail |
val key: String
val value: String
val next: MetaData
| Method Detail |
def copy(next: MetaData): UnprefixedAttribute
def equals1(m: MetaData): Boolean
final def getNamespace(owner: Node): String
def getValue(key: String): String
def getValue(namespace: String, scope: NamespaceBinding, key: String): String
override def hashCode(): Int
final def isPrefixed: Boolean
def toString1(sb: StringBuffer): Unit
def toString1(): String
def wellformed(scope: NamespaceBinding): Boolean
|
Scala
1.4.0.0 |
|||