in scala/xml
class PublicID

case class PublicID(publicLiteral: String, systemLiteral: String)
extends ExternalID
with ScalaObject
with CaseClass

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

Field Summary
  val publicLiteral: String
  val systemLiteral: String

Method Summary
final def attribute: AttributeSeq
     always empty
final def child: Nil
     always empty
final def label: String
     the constant "#PI"
final override def toString(): String
     returns "PUBLIC "+publicLiteral+" SYSTEM "+systemLiteral

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

publicLiteral

  val publicLiteral: String

systemLiteral

  val systemLiteral: String
Method Detail

label

  final def label: String
the constant "#PI"

attribute

  final def attribute: AttributeSeq
always empty

child

  final def child: Nil
always empty

toString

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