|
Scala 2.4.0-RC1
|
class
Atom
[+A]
extends
scala.xml.SpecialNode
with
scala.ScalaObject
Atom
provides an XML node for text (PCDATA).
It is used in both non-bound and bound XML representations.Constructor Summary | |
def
this
(data: A)
|
Val Summary | |
val
data
: A
|
Def Summary | |
override
|
def
equals
(x: scala.Any)
: scala.Boolean
|
override
|
def
hashCode
: scala.Int
hashcode for this Text |
def
label
: java.lang.String
the constant "#PCDATA" |
|
override
|
def
text
: java.lang.String
|
def
toString
(sb: scala.compat.StringBuilder)
: scala.compat.StringBuilder
Returns text, with some characters escaped according to the XML specification. |
|
final override
|
def
typeTag$
: scala.Int
|
Def inherited from scala.xml.SpecialNode | |
attributes , child, namespace, toString |
Constructor Detail |
Val Detail |
Def Detail |
override
def
equals
(x: scala.Any): scala.Boolean
override
def
hashCode
: scala.Int
def
label
: java.lang.String
override
def
text
: java.lang.String
def
toString
(sb: scala.compat.StringBuilder): scala.compat.StringBuilder
sb -
...
final override
def
typeTag$
: scala.Int