|
Scala 2
|
||
class
PrefixedAttribute
extends
MetaData with
ScalaObjectConstructor Summary | |
def
this
( pre : java.lang.String , key : java.lang.String , value : java.lang.String , next : MetaData )
|
Def Summary | |
def
copy
( next : MetaData )
: PrefixedAttribute
Returns a copy of this unprefixed attribute with the given next field. |
|
def
equals1
( m : MetaData )
: scala.Boolean
|
|
def
getNamespace
( owner : Node )
: java.lang.String
|
|
def
getValue
( key : java.lang.String )
: java.lang.String
forwards the call to next |
|
def
getValue
( namespace : java.lang.String , scope : NamespaceBinding , key : java.lang.String )
: java.lang.String
gets attribute value of qualified (prefixed) attribute with given key |
|
override
|
def
hashCode
: scala.Int
|
final
|
def
isPrefixed
: scala.Boolean
returns true |
def
toString1
( sb : java.lang.StringBuffer )
: scala.Unit
|
|
def
wellformed
( scope : NamespaceBinding )
: scala.Boolean
|
Constructor Detail |
def
this
( pre : java.lang.String , key : java.lang.String , value : java.lang.String , next : MetaData )
Def Detail |
def
copy
( next : MetaData ) : PrefixedAttribute
def
equals1
( m : MetaData ) : scala.Boolean
def
getNamespace
( owner : Node ) : java.lang.String
def
getValue
( key : java.lang.String ) : java.lang.String
def
getValue
( namespace : java.lang.String , scope : NamespaceBinding , key : java.lang.String ) : java.lang.String
def
hashCode
: scala.Int
def
isPrefixed
: scala.Boolean
def
toString1
( sb : java.lang.StringBuffer ) : scala.Unit
def
wellformed
( scope : NamespaceBinding ) : scala.Boolean