Searched refs:redefine (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_pt_BR.properties143 src-redefine.2 = src-redefine.2: O elemento-raiz do documento "{0}'' deve ter o nome do namespace ''http://www.w3.org/2001/XMLSchema'' e o nome do local ''schema''.
144 src-redefine.3.1 = src-redefine.3.1: O targetNamespace do esquema mencionado, atualmente ''{1}'', deve ser id\u00EAntico ao do esquema de redefini\u00E7\u00E3o, atualmente ''{0}''.
145 src-redefine.5.a.a = src-redefine.5.a.a: N\u00E3o foram encontrados filhos sem anota\u00E7\u00E3o de <simpleType>. Os filhos <simpleType> dos elementos <redefine> devem ter descendentes de <restriction> com atributos 'base' que fazem refer\u00EAncia a eles pr\u00F3prios.
146 src-redefine.5.a.b = src-redefine.5.a.b: ''{0}'' n\u00E3o \u00E9 um elemento filho v\u00E1lido. Os filhos <simpleType> dos elementos <redefine> deve
[all...]
H A DXMLSchemaMessages_de.properties143 src-redefine.2 = src-redefine.2: Das Root-Element des Dokuments "{0}" muss den Namespace-Namen "http://www.w3.org/2001/XMLSchema" und den lokalen Namen "schema" haben.
144 src-redefine.3.1 = src-redefine.3.1: targetNamespace des referenzierten Schemas (derzeit "{1}") muss mit dem im neu definierenden Schema (derzeit "{0}") identisch sein.
145 src-redefine.5.a.a = src-redefine.5.a.a: Keine untergeordneten Nicht-Annotationselemente von <simpleType> gefunden. Untergeordnete <simpleType>-Elemente von <redefine>-Elementen m\u00FCssen <restriction>-Nachkommen mit "base"-Attributen haben, die auf sich selbst verweisen.
146 src-redefine.5.a.b = src-redefine.5.a.b: "{0}" ist kein g\u00FCltiges untergeordnetes Element. Untergeordnete <simpleType>-Elemente von <redefine>
[all...]
H A DXMLSchemaMessages_ja.properties143 src-redefine.2 = src-redefine.2: \u30C9\u30AD\u30E5\u30E1\u30F3\u30C8''{0}''\u306E\u30EB\u30FC\u30C8\u8981\u7D20\u306B\u306F\u3001\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u540D''http://www.w3.org/2001/XMLSchema''\u304A\u3088\u3073\u30ED\u30FC\u30AB\u30EB\u540D''schema''\u304C\u5FC5\u8981\u3067\u3059\u3002
144 src-redefine.3.1 = src-redefine.3.1: \u73FE\u5728''{1}''\u3067\u3042\u308B\u53C2\u7167\u30B9\u30AD\u30FC\u30DE\u306EtargetNamespace\u306F\u3001\u73FE\u5728''{0}''\u3067\u3042\u308B\u518D\u5B9A\u7FA9\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u306E\u3082\u306E\u3068\u540C\u3058\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
145 src-redefine.5.a.a = src-redefine.5.a.a: <simpleType>\u306E\u6CE8\u91C8\u4EE5\u5916\u306E\u5B50\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002<redefine>\u8981\u7D20\u306E<simpleType>\u306E\u5B50\u306B\u306F\u3001\u305D\u308C\u81EA\u4F53\u3092\u53C2\u7167\u3059\u308B'base'\u5C5E\u6027\u3092\u6301\u3064<restriction>\u306E\u5B50\u5B6B\u304C\u542B\u307E\u308C\u3066\u3044\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
146 src-redefine.5.a.b = src-redefine.5.a.b: ''{0}''\u306F\u6709\u52B9\u306A\u5B50\u8981\u7D20\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002<redefine>\u898
[all...]
/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
H A DExpandedNameTable.java192 hashET.redefine(type, namespace, localName, hash);
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineMulti.sh50 // After the first redefine, "After update..." should be printed
51 // After the 2nd redefine, "abcde..." should be printed.
107 e. redefine, and set line breakpoint (see step a)
110 h. redefine, and set line breakpoint (see step a)
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);
H A DShellScaffold.sh63 # version of the .class file to be used in the redefine operation.
798 cmd redefine $pkgDot$classname $tmpFileDir/vers$vers/$classname.class
/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"))) {
H A DSchema.java212 if((($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("element")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("annotation")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("attributeGroup")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("simpleType")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("attribute")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("redefine")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("notation")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("group")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("complexType")) || (($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("import")) || ($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("include"))))))))))))) {
238 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("redefine"))) {
239 NGCCHandler h = new redefine(this, super._source, $runtime, 354);
352 if(($__uri.equals("http://www.w3.org/2001/XMLSchema") && $__local.equals("redefine"))) {
353 NGCCHandler h = new redefine(this, super._source, $runtime, 365);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
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 DAttGroupDeclImpl.java72 public void redefine( AttGroupDeclImpl ag ) { method in class:AttGroupDeclImpl
75 r.redefine(ag);
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 DSimpleTypeImpl.java71 public void redefine( SimpleTypeImpl st ) { method in class:SimpleTypeImpl
H A DComplexTypeImpl.java102 public void redefine( ComplexTypeImpl ct ) { method in class:ComplexTypeImpl
104 ((DelayedRef)baseType).redefine(ct);
/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

Completed in 105 milliseconds