in scala.xml
class UnprefixedAttribute

class UnprefixedAttribute
extends MetaData
with ScalaObject
unprefixed attributes have the null namespace

Constructor Summary
def this ( key : java.lang.String , value : java.lang.String , next : MetaData )



Def Summary
def copy ( next : MetaData ) : UnprefixedAttribute
returns a copy of this unprefixed attribute with the given next field
def equals1 ( m : MetaData ) : scala.Boolean

final def getNamespace ( owner : Node ) : java.lang.String
returns null
def getValue ( key : java.lang.String ) : java.lang.String
Gets value of unqualified (unprefixed) attribute with given key.
def getValue ( namespace : java.lang.String , scope : NamespaceBinding , key : java.lang.String ) : java.lang.String
Forwards the call to next.
override def hashCode : scala.Int

final def isPrefixed : scala.Boolean
returns false
def toString1 ( sb : java.lang.StringBuffer ) : scala.Unit

def wellformed ( scope : NamespaceBinding ) : scala.Boolean



Constructor Detail
def this ( key : java.lang.String , value : java.lang.String , next : MetaData )

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

def equals1 ( m : MetaData ) : scala.Boolean

final def getNamespace ( owner : Node ) : java.lang.String
returns null

def getValue ( key : java.lang.String ) : java.lang.String
Gets value of unqualified (unprefixed) attribute with given key.
param:
key
return:
..

def getValue ( namespace : java.lang.String , scope : NamespaceBinding , key : java.lang.String ) : java.lang.String
Forwards the call to next.
param:
namespace
param:
scope
param:
key
return:
..

override def hashCode : scala.Int

final def isPrefixed : scala.Boolean
returns false

def toString1 ( sb : java.lang.StringBuffer ) : scala.Unit

def wellformed ( scope : NamespaceBinding ) : scala.Boolean