case class DocType(name: String, extID: ExternalID, intSubset: Seq[Decl]) extends Product with Serializable
An XML node for document type declaration.
- name
name of this DOCTYPE
- extID
NoExternalID or the external ID of this doctype
- intSubset
sequence of internal subset declarations
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocType
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DocType(name: String, extID: ExternalID, intSubset: Seq[Decl])
- name
name of this DOCTYPE
- extID
NoExternalID or the external ID of this doctype
- intSubset
sequence of internal subset declarations