com.sun.xml.dtdparser
Class InternalEntity

java.lang.Object
  extended by com.sun.xml.dtdparser.EntityDecl
      extended by com.sun.xml.dtdparser.InternalEntity

final class InternalEntity
extends EntityDecl


Field Summary
(package private)  char[] buf
           
 
Fields inherited from class com.sun.xml.dtdparser.EntityDecl
isFromInternalSubset, isPE, name
 
Constructor Summary
InternalEntity(java.lang.String name, char[] value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buf

char[] buf
Constructor Detail

InternalEntity

InternalEntity(java.lang.String name,
               char[] value)