in scala.xml
class Atom

class Atom [ A ]
extends SpecialNode
with ScalaObject
an XML node for text (PCDATA). Used in both non-bound and bound XML representations
author:
Burak Emir
param:
text the text contained in this node, may not be null.

Constructor Summary
def this ( 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 : java.lang.StringBuffer ) : java.lang.StringBuffer
returns text, with some characters escaped according to XML spec
final override def typeTag$ : scala.Int



Constructor Detail
def this ( 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 : java.lang.StringBuffer ) : java.lang.StringBuffer
returns text, with some characters escaped according to XML spec

final override def typeTag$ : scala.Int