|
Scala
1.4.0.3 |
|||
target
-
target name of this PI
text
-
text contained in this node, may not contain "?>"
Method Summary | |
abstract
|
def systemId: String
|
abstract override
|
def toString(): String
returns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral |
abstract
|
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/ScalaObject-class |
getScalaType |
Method Detail |
abstract override def toString(): String
abstract def toString(sb: StringBuffer): StringBuffer
abstract def systemId: String
|
Scala
1.4.0.3 |
|||