Searched refs:makeClone (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DSchemaDVFactoryImpl.java74 return (SymbolHash)fBuiltInTypes.makeClone();
H A DExtendedSchemaDVFactoryImpl.java84 return (SymbolHash)fBuiltInTypes.makeClone();
H A DFullDVFactory.java69 return (SymbolHash)fFullTypes.makeClone();
H A DBaseDVFactory.java72 return (SymbolHash)fBaseTypes.makeClone();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSymbolHash.java158 public SymbolHash makeClone() { method in class:SymbolHash
163 newTable.fBuckets[i] = fBuckets[i].makeClone();
215 public Entry makeClone() { method in class:SymbolHash.Entry
220 entry.next = next.makeClone();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java175 fGlobalTypeDecls = SG_SchemaNS.fGlobalTypeDecls.makeClone();
183 fGrammarDescription = grammar.fGrammarDescription.makeClone();
187 fGlobalAttrDecls = grammar.fGlobalAttrDecls.makeClone();
188 fGlobalAttrGrpDecls = grammar.fGlobalAttrGrpDecls.makeClone();
189 fGlobalElemDecls = grammar.fGlobalElemDecls.makeClone();
190 fGlobalGroupDecls = grammar.fGlobalGroupDecls.makeClone();
191 fGlobalNotationDecls = grammar.fGlobalNotationDecls.makeClone();
192 fGlobalIDConstraintDecls = grammar.fGlobalIDConstraintDecls.makeClone();
193 fGlobalTypeDecls = grammar.fGlobalTypeDecls.makeClone();
196 fGlobalAttrDeclsExt = grammar.fGlobalAttrDeclsExt.makeClone();
[all...]
H A DXSDDescription.java259 public XSDDescription makeClone() { method in class:XSDDescription
H A DXSParticleDecl.java67 public XSParticleDecl makeClone() { method in class:XSParticleDecl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java876 sg = new SchemaGrammar(currSchemaInfo.fTargetNamespace, desc.makeClone(), fSymbolTable);
881 sg = new SchemaGrammar(currSchemaInfo.fTargetNamespace, desc.makeClone(), fSymbolTable);
3338 sg = new SchemaGrammar(desc.getNamespace(), desc.makeClone(), fSymbolTable);

Completed in 1561 milliseconds