Searched defs:redefine (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DExtendedType.java74 protected void redefine(int nodetype, String namespace, String localName) method in class:ExtendedType
87 protected void redefine(int nodetype, String namespace, String localName, int hash) method in class:ExtendedType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttGroupDeclImpl.java72 public void redefine( AttGroupDeclImpl ag ) { method in class:AttGroupDeclImpl
75 r.redefine(ag);
H A DParticleImpl.java79 public void redefine(ModelGroupDeclImpl oldMG) { method in class:ParticleImpl
81 ((ModelGroupImpl)term).redefine(oldMG);
85 ((DelayedRef)term).redefine(oldMG);
H A DModelGroupDeclImpl.java62 public void redefine( ModelGroupDeclImpl oldMG ) { method in class:ModelGroupDeclImpl
63 modelGroup.redefine(oldMG);
H A DModelGroupImpl.java72 public void redefine(ModelGroupDeclImpl oldMG) { method in class:ModelGroupImpl
74 p.redefine(oldMG);
H A DComplexTypeImpl.java102 public void redefine( ComplexTypeImpl ct ) { method in class:ComplexTypeImpl
104 ((DelayedRef)baseType).redefine(ct);
H A DSimpleTypeImpl.java71 public void redefine( SimpleTypeImpl st ) { method in class:SimpleTypeImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DDelayedRef.java104 public void redefine(XSDeclaration d) { method in class:DelayedRef
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dredefine.java45 class redefine extends NGCCHandler { class in inherits:NGCCHandler
61 public redefine(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { method in class:redefine
67 public redefine(NGCCRuntimeEx runtime) { method in class:redefine
76 newAg.redefine((AttGroupDeclImpl)oldAg);
86 newGrp.redefine((ModelGroupDeclImpl)oldGrp);
96 newCt.redefine((ComplexTypeImpl)oldCt);
106 newSt.redefine((SimpleTypeImpl)oldSt);
159 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("redefine"))) {
257 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("redefine"))) {
/openjdk7/jdk/test/com/sun/jdi/
H A DTestScaffold.java328 * Helper for the redefine method. Build the map
329 * needed for a redefine.
350 protected void redefine(ReferenceType rt) { method in class:TestScaffold
355 failure("FAIL: redefine - unexpected exception: " + exc);
381 redefine(mainStartClass);
395 println("async redefine - VM disconnected");
397 failure("FAIL: async redefine - unexpected exception: " + exc);
539 redefine(mainStartClass);
542 redefine(rt);

Completed in 56 milliseconds