Class EntityDecl

  • Direct Known Subclasses:
    ExternalEntity, InternalEntity

    class EntityDecl
    extends java.lang.Object
    Base class for entity declarations as used by the parser.
    Version:
    1.3 00/02/24
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean isPE  
      (package private) java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityDecl()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        java.lang.String name
      • isPE

        boolean isPE
    • Constructor Detail

      • EntityDecl

        EntityDecl()