PCData

scala.xml.PCData$
See thePCData companion class
object PCData

This singleton object contains the applyand unapply methods for convenient construction and deconstruction.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PCData.type

Members list

Value members

Concrete methods

def apply(data: String): PCData
def unapply(other: Any): Option[String]