Searched refs:fDeclPool (Results 1 - 8 of 8) 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/traversers/
H A DXSDWildcardTraverser.java99 if (fSchemaHandler.fDeclPool !=null) {
100 particle = fSchemaHandler.fDeclPool.getParticleDecl();
H A DXSDAttributeTraverser.java128 if (fSchemaHandler.fDeclPool !=null) {
129 attrUse = fSchemaHandler.fDeclPool.getAttributeUse();
250 if (fSchemaHandler.fDeclPool !=null) {
251 attribute = fSchemaHandler.fDeclPool.getAttributeDecl();
H A DXSDElementTraverser.java107 if (fSchemaHandler.fDeclPool !=null) {
108 particle = fSchemaHandler.fDeclPool.getParticleDecl();
279 if (fSchemaHandler.fDeclPool !=null) {
280 element = fSchemaHandler.fDeclPool.getElementDecl();
H A DXSDGroupTraverser.java109 if (fSchemaHandler.fDeclPool != null) {
110 particle = fSchemaHandler.fDeclPool.getParticleDecl();
H A DXSDHandler.java253 protected XSDeclarationPool fDeclPool = null; field in class:XSDHandler
3488 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/models/
H A DCMBuilder.java44 private XSDeclarationPool fDeclPool = null; field in class:CMBuilder
57 fDeclPool = null;
62 fDeclPool = declPool;

Completed in 66 milliseconds