org.apache.crimson.parser
Class EntityDecl

java.lang.Object
  extended byorg.apache.crimson.parser.EntityDecl
Direct Known Subclasses:
ExternalEntity, InternalEntity

class EntityDecl
extends Object

Base class for entity declarations as used by the parser.

Author:
David Brownell

Field Summary
(package private)  boolean isFromInternalSubset
           
(package private)  boolean isPE
           
(package private)  String name
           
 
Constructor Summary
(package private) EntityDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

isFromInternalSubset

boolean isFromInternalSubset

isPE

boolean isPE
Constructor Detail

EntityDecl

EntityDecl()