|
Scala 2
|
class
UnprefixedAttribute
extends
MetaData with
ScalaObjectConstructor 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
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