in scala/xml
class UnprefixedAttribute

class UnprefixedAttribute(key: String, value: String, next: MetaData)
extends MetaData
with ScalaObject

unprefixed attributes have the null namespace

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

key

  val key: String
returns key of this MetaData item

value

  val value: String
returns key of this MetaData item

next

  val next: MetaData
returns Null or the next MetaData item
Method Detail

copy

  def copy(next: MetaData): UnprefixedAttribute
returns a copy of this unprefixed attribute with the given next field

equals1

  def equals1(m: MetaData): Boolean
shallow equals method

getNamespace

  final def getNamespace(owner: Node): String
returns null

getValue

  def getValue(key: String): String
Gets value of unqualified (unprefixed) attribute with given key.
Parameters:
key -
Returns:
..

getValue

  def getValue(namespace: String, scope: NamespaceBinding, key: String): String
Forwards the call to next.
Parameters:
namespace -
scope -
key -
Returns:
..

hashCode

  override def hashCode(): Int

isPrefixed

  final def isPrefixed: Boolean
returns false

toString1

  def toString1(sb: StringBuffer): Unit

toString1

  def toString1(): String

wellformed

  def wellformed(scope: NamespaceBinding): Boolean