Searched defs:fDeclPool (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DBaseSchemaDVFactory.java47 protected XSDeclarationPool fDeclPool = null; field in class:BaseSchemaDVFactory
268 if (fDeclPool != null) {
269 XSSimpleTypeDecl st= fDeclPool.getSimpleTypeDecl();
289 if (fDeclPool != null) {
290 XSSimpleTypeDecl st= fDeclPool.getSimpleTypeDecl();
314 if (fDeclPool != null) {
315 XSSimpleTypeDecl st= fDeclPool.getSimpleTypeDecl();
322 fDeclPool = declPool;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java44 private XSDeclarationPool fDeclPool = null; field in class:CMBuilder
57 fDeclPool = null;
62 fDeclPool = declPool;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java268 private XSDeclarationPool fDeclPool = null; field in class:XMLSchemaLoader
360 if (fDeclPool != null) {
361 fDeclPool.reset();
1021 if (fDeclPool != null) {
1022 fDeclPool.reset();
1025 fDeclPool = new XSDeclarationPool();
1027 fCMBuilder.setDeclPool(fDeclPool);
1028 fSchemaHandler.setDeclPool(fDeclPool);
1030 fDeclPool.setDVFactory((SchemaDVFactoryImpl)dvFactory);
1031 ((SchemaDVFactoryImpl)dvFactory).setDeclPool(fDeclPool);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java253 protected XSDeclarationPool fDeclPool = null; field in class:XSDHandler
3488 fDeclPool = declPool;

Completed in 46 milliseconds