DocType

scala.xml.dtd.DocType
See theDocType companion object
case class DocType(name: String, extID: ExternalID, intSubset: Seq[Decl])

An XML node for document type declaration.

Value parameters

extID

NoExternalID or the external ID of this doctype

intSubset

sequence of internal subset declarations

name

name of this DOCTYPE

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final override def toString: String

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

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

Attributes

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product