in scala.xml
class Atom

[scala.serializable]

class Atom [A]
extends scala.xml.SpecialNode
with scala.ScalaObject
The class Atom provides an XML node for text (PCDATA). It is used in both non-bound and bound XML representations.
Author:
Burak Emir
Parameters:
text - the text contained in this node, may not be null.
Direct Known Subclasses:
Unparsed, Text

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
def this (data: A)

Val Detail
val data : A

Def Detail
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.
Parameters:
sb - ...
Returns:
...

final override def typeTag$ : scala.Int