Scala Library Documentation
|
|
scala/xml/dtd/ExternalID.scala
]
abstract
class
ExternalID
extends
AnyReftarget -
target name of this PItext -
text contained in this node, may not contain "?>"Method Summary | |
abstract def
|
systemId : String |
override abstract def
|
toString
: String
returns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral
|
abstract def
|
toString
(sb : StringBuilder) : StringBuilder
returns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
override abstract
def
toString : String
abstract
def
toString(sb : StringBuilder) : StringBuilder
abstract
def
systemId : String
Scala Library Documentation
|
|