|
Scala
1.4.0.4 |
|||
target -
name of this DOCTYPE
extID -
None, or Some(external ID of this doctype)
intSubset -
sequence of internal subset declarations
| Field Summary | |
val extID: ExternalID
|
|
val intSubset: Seq[Decl]
|
|
val name: String
|
|
| Method Summary | |
final override
|
def hashCode(): Int
hashcode for this processing instruction |
final override
|
def toString(): String
returns "<!DOCTYPE + name + extID? + ("["+intSubSet+"]")? >" |
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, 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 |
| Field Detail |
val name: String
val extID: ExternalID
val intSubset: Seq[Decl]
| Method Detail |
final override def hashCode(): Int
final override def toString(): String
|
Scala
1.4.0.4 |
|||