org.apache.xerces.impl.xs
Class XSDeclarationPool
java.lang.Object
|
+--org.apache.xerces.impl.xs.XSDeclarationPool
- public final class XSDeclarationPool
- extends java.lang.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.
- Version:
- $Id: XSDeclarationPool.java,v 1.1 2001/10/25 20:36:02 elena Exp $
- Author:
- Elena Litani, IBM
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
XSDeclarationPool
public XSDeclarationPool()
getElementDecl
public final XSElementDecl getElementDecl()
getAttributeDecl
public final XSAttributeDecl getAttributeDecl()
getAttributeUse
public final XSAttributeUse getAttributeUse()
getComplexTypeDecl
public final XSComplexTypeDecl getComplexTypeDecl()
getParticleDecl
public final XSParticleDecl getParticleDecl()
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.