in scala/xml/dtd
class ElementValidator

class ElementValidator(namespace$$: String, elemSpec: RegExp)
extends Object
with ScalaObject

Field Summary
final val namespace: String

Method Summary
  var autom: Autom
  def validate(nodes: Seq[Node]): Unit

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Object Summary
  object EmptyAutom
  object TextAutom
  object TrivialAutom

Trait Summary
  trait Autom()

Class Summary
  class MixedModeAutom(set: Set[String])

Field Detail

namespace

  final val namespace: String
Method Detail

autom

  var autom: Autom

validate

  def validate(nodes: Seq[Node]): Unit