in scala.xml
class Atom

[scala.serializable]

class Atom [A]
extends scala.xml.SpecialNode
with scala.ScalaObject
an XML node for text (PCDATA). 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 XML spec
final override def typeTag$ : scala.Int



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 XML spec

final override def typeTag$ : scala.Int