|
Scala
1.4.0.3 |
|||
Method Summary | |
def append(m: MetaData): MetaData
appends given MetaData items to this MetaData list |
|
def apply(s: String): String
|
|
def apply(uri: String, scp: NamespaceBinding, k: String): String
|
|
def containedIn1(m: MetaData): Boolean
|
|
abstract
|
def copy(next: MetaData): MetaData
returns a copy of this MetaData item with next field set to argument |
def elements: Iterator[MetaData]
returns an iterator on attributes |
|
override
|
def equals(that: Any): Boolean
deep equals method |
abstract
|
def equals1(that: MetaData): Boolean
shallow equals method |
def filter(f: (MetaData) => Boolean): MetaData
filters this sequence of meta data |
|
abstract
|
def getNamespace(owner: Node): String
if owner is the element of this metadata item, returns namespace |
abstract
|
def getValue(key: String): String
gets value of unqualified (unprefixed) attribute with given key |
def getValue(namespace: String, owner: Node, key: String): String
gets value of qualified (prefixed) attribute with given key |
|
abstract
|
def getValue(namespace: String, scope: NamespaceBinding, key: String): String
gets value of qualified (prefixed) attribute with given key |
def hasNext: Boolean
|
|
abstract override
|
def hashCode(): Int
|
abstract
|
def isPrefixed: Boolean
|
abstract
|
def key: String
returns key of this MetaData item |
def length: Int
|
|
def length(i: Int): Int
|
|
def map(f: (MetaData) => Text): List[Text]
maps this sequence of meta data |
|
abstract
|
def next: MetaData
returns Null or the next MetaData item |
override
|
def toString(): String
|
def toString(sb: StringBuffer): Unit
|
|
def toString1(): String
|
|
abstract
|
def toString1(sb: StringBuffer): Unit
|
abstract
|
def value: String
returns key of this MetaData item |
abstract
|
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 |
Method Detail |
def append(m: MetaData): MetaData
def apply(s: String): String
def apply(uri: String, scp: NamespaceBinding, k: String): String
def containedIn1(m: MetaData): Boolean
abstract def copy(next: MetaData): MetaData
abstract def getNamespace(owner: Node): String
def hasNext: Boolean
def length: Int
def length(i: Int): Int
abstract def isPrefixed: Boolean
override def equals(that: Any): Boolean
def elements: Iterator[MetaData]
abstract def equals1(that: MetaData): Boolean
def filter(f: (MetaData) => Boolean): MetaData
abstract def key: String
abstract def value: String
def map(f: (MetaData) => Text): List[Text]
abstract def next: MetaData
abstract def getValue(key: String): String
def getValue(namespace: String, owner: Node, key: String): String
abstract def getValue(namespace: String, scope: NamespaceBinding, key: String): String
abstract override def hashCode(): Int
def toString1(): String
abstract def toString1(sb: StringBuffer): Unit
override def toString(): String
def toString(sb: StringBuffer): Unit
abstract def wellformed(scope: NamespaceBinding): Boolean
|
Scala
1.4.0.3 |
|||