in scala/xml/dtd
class SystemID

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

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

Field Summary
  val systemId: String

Method Summary
final override def toString(): String
     returns " SYSTEM "+systemLiteral
final def toString(sb: StringBuffer): StringBuffer
     returns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral

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

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

Methods inherited from scala/CaseClass-class
caseArity, caseElement, caseName

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/xml/parsing/TokenTests-class
checkPubID, checkSysID, isName, isNameChar, isNameStart, isPubIDChar, isSpace, isSpace, isValidIANAEncoding

Field Detail

systemId

  val systemId: String
Method Detail

toString

  final override def toString(): String
returns " SYSTEM "+systemLiteral

toString

  final def toString(sb: StringBuffer): StringBuffer
returns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral