java.lang.Object
org.apache.jena.ext.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.
@xerces.internal
- Version:
- $Id: XSDeclarationPool.java 805582 2009-08-18 21:13:20Z sandygao $
- Author:
- Elena Litani, IBM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal XSSimpleTypeDecl
void
reset()
void
setDVFactory
(SchemaDVFactoryImpl dvFactory)
-
Constructor Details
-
XSDeclarationPool
public XSDeclarationPool()
-
-
Method Details
-
setDVFactory
-
getSimpleTypeDecl
-
reset
public void reset()
-