in scala/xml/parsing
class CDataValue

case class CDataValue(value: String)
extends AttribValue
with ScalaObject
with CaseClass

Field Summary
  val value: String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Methods inherited from scala/xml/parsing/AttribValue-class
asInt, asString

Field Detail

value

  val value: String