XML for Java Compatibility API 2.0.11

com.ibm.xml.parser
Class EntityPool

java.lang.Object
  |
  +--com.ibm.xml.parser.EntityPool

public class EntityPool
extends java.lang.Object
implements java.io.Serializable

Version:
Revision: 67 1.7 src/com/ibm/xml/parser/EntityPool.java, parser, xml4j2, xml4j2_0_11
See Also:
Serialized Form

Constructor Summary
EntityPool()
           
 
Method Summary
 boolean add(EntityDecl entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPool

public EntityPool()
Method Detail

add

public boolean add(EntityDecl entity)

XML for Java Compatibility API 2.0.11