in scala/xml
package dtd

package dtd

Object Summary
  object ContentModel
case object IMPLIED
  object MakeValidationException
  object Parser
     Parser for regexps (content models in DTD element declarations)
case object REQUIRED

Class Summary
case class AttrDecl(name: String, tpe: String, default: DefaultDecl)
     an attribute declaration
  class AttributeValidator(namespace$$: String, attrSpec1: Seq[AttrDecl])
     only CDATA attributes, ignores attributes that have different namespace
case class DEFAULT(fixed: Boolean, attValue: String)
abstract class Decl()
  class DefaultDecl()
case class ElemDecl(name: String, contentModel: String, attribs: Map[String,AttrDecl])
case class ElemName(name: String)
abstract class ElemNames()
  class ElementValidator(namespace$$: String, elemSpec: RegExp)
case class EntityDecl(name: String, tpe: String)
     an entity declaration
abstract class MarkupDecl()
case class NotationDecl(name: String, tpe: String)
     a notation declaration
case class PEReference(ent: String)
     a parsed entity reference
  class Scanner()
     Scanner for regexps (content models in DTD element declarations)
  class Tokens()
case class ValidationException(e: String)