DocType

case class DocType(name: String, extID: ExternalID, intSubset: Seq[Decl])

An XML node for document type declaration.

An XML node for document type declaration.

Value Params
extID

NoExternalID or the external ID of this doctype

intSubset

sequence of internal subset declarations

name

name of this DOCTYPE

Authors

Burak Emir

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

final override def toString(): String

returns "<!DOCTYPE + name + extID? + ("["+intSubSet+"]")? >"

returns "<!DOCTYPE + name + extID? + ("["+intSubSet+"]")? >"

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product