in scala/xml/dtd
object MakeValidationException

object MakeValidationException
extends Object
with ScalaObject

Method Summary
final def fromFixedAttribute(k: String, value: String, actual: String): ValidationException
final def fromMissingAttribute(allKeys: Set[String]): ValidationException
final def fromNonEmptyElement(): ValidationException
final def fromUndefinedAttribute(key: String): ValidationException
final def fromUndefinedElement(label: String): ValidationException

Method Detail

fromFixedAttribute

  final def fromFixedAttribute(k: String, value: String, actual: String): ValidationException

fromNonEmptyElement

  final def fromNonEmptyElement(): ValidationException

fromUndefinedElement

  final def fromUndefinedElement(label: String): ValidationException

fromUndefinedAttribute

  final def fromUndefinedAttribute(key: String): ValidationException

fromMissingAttribute

  final def fromMissingAttribute(allKeys: Set[String]): ValidationException