in scala/xml
class SystemID

case class SystemID(systemLiteral: String)
extends ExternalID
with ScalaObject
with CaseClass

a system identifier
Author:
Burak Emir
Parameters:
systemLiteral - the system identifier literal

Field Summary
  val systemLiteral: 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

systemLiteral

  val systemLiteral: String
Method Detail

toString

  final override def toString(): String