in scala/xml/dtd
class PEReference

case class PEReference(ent: String)
extends Decl
with ScalaObject
with CaseClass

a parsed entity reference

Field Summary
  val ent: String

Method Summary
final override def toString(): String

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

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

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

ent

  val ent: String
Method Detail

toString

  final override def toString(): String