|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.xs.XSDeclarationPool
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 |
public XSDeclarationPool()
Method Detail |
public final XSAttributeDecl getAttributeDecl()
public final XSAttributeUseImpl getAttributeUse()
public final XSComplexTypeDecl getComplexTypeDecl()
public final XSElementDecl getElementDecl()
public final XSModelGroupImpl getModelGroup()
public final XSParticleDecl getParticleDecl()
public final weblogic.apache.xerces.impl.dv.xs.XSSimpleTypeDecl getSimpleTypeDecl()
public void reset()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |