scala.xml.dtd

EntityDecl

class EntityDecl extends MarkupDecl

an entity declaration

attributes: abstract
known subclasses: ParsedEntityDecl, UnparsedEntityDecl, ParameterEntityDecl

Inherits

  1. MarkupDecl
  2. Decl
  3. AnyRef
  4. Any

Value Members

  1. def buildString(sb: StringBuilder): StringBuilder

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new EntityDecl()