BEA Systems, Inc.

weblogic.apache.xerces.impl.xs
Class XSDeclarationPool

java.lang.Object
  extended by weblogic.apache.xerces.impl.xs.XSDeclarationPool

Deprecated. please use JDK supplied XML parsers and transformers

public final class XSDeclarationPool
extends Object

This class is pool that enables caching of XML Schema declaration objects. Before a compiled grammar object is garbage collected, the implementation will add all XML Schema component declarations to the pool. Note: The cashing mechanism is not implemented yet.


Constructor Summary
XSDeclarationPool()
          Deprecated.  
 
Method Summary
 XSAttributeDecl getAttributeDecl()
          Deprecated.  
 XSAttributeUseImpl getAttributeUse()
          Deprecated.  
 XSComplexTypeDecl getComplexTypeDecl()
          Deprecated.  
 XSElementDecl getElementDecl()
          Deprecated.  
 XSModelGroupImpl getModelGroup()
          Deprecated.  
 XSParticleDecl getParticleDecl()
          Deprecated.  
 weblogic.apache.xerces.impl.dv.xs.XSSimpleTypeDecl getSimpleTypeDecl()
          Deprecated.  
 void reset()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDeclarationPool

public XSDeclarationPool()
Deprecated. 
Method Detail

getElementDecl

public final XSElementDecl getElementDecl()
Deprecated. 

getAttributeDecl

public final XSAttributeDecl getAttributeDecl()
Deprecated. 

getAttributeUse

public final XSAttributeUseImpl getAttributeUse()
Deprecated. 

getComplexTypeDecl

public final XSComplexTypeDecl getComplexTypeDecl()
Deprecated. 

getSimpleTypeDecl

public final weblogic.apache.xerces.impl.dv.xs.XSSimpleTypeDecl getSimpleTypeDecl()
Deprecated. 

getParticleDecl

public final XSParticleDecl getParticleDecl()
Deprecated. 

getModelGroup

public final XSModelGroupImpl getModelGroup()
Deprecated. 

reset

public void reset()
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.