|
Scala
1.4.0.3 |
|||
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 |
val systemId: String
Method Detail |
final override def toString(): String
final def toString(sb: StringBuffer): StringBuffer
|
Scala
1.4.0.3 |
|||