|
Scala
1.4.0.3 |
|||
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, apply, apply, containedIn1, elements, equals, filter, hasNext, length, length, map, 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
key
-
def getValue(namespace: String, scope: NamespaceBinding, key: String): String
namespace
-
scope
-
key
-
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.3 |
|||