Home
last modified time | relevance | path

Searched refs:fSubGroups (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java188 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
195 fSubGroups.clear(); in reset()
231 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
236 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
258 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java188 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
195 fSubGroups.clear(); in reset()
231 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
236 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
258 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java189 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
196 fSubGroups.clear(); in reset()
232 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
237 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
259 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java189 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
196 fSubGroups.clear(); in reset()
232 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
237 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
259 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java188 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
195 fSubGroups.clear(); in reset()
231 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
236 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
258 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java188 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
195 fSubGroups.clear(); in reset()
231 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
236 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
258 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java189 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
196 fSubGroups.clear(); in reset()
232 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
237 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
259 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java189 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
196 fSubGroups.clear(); in reset()
232 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
237 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
259 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java223 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
224 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
862 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
863 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
864 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1166 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1172 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1173 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1174 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java182 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
189 fSubGroups.clear(); in reset()
224 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
229 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
251 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java217 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
218 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
856 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
857 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
858 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1160 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1166 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1167 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1168 return fSubGroups; in getSubstitutionGroups()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSubstitutionGroupHandler.java182 Map<XSElementDecl, XSElementDecl[]> fSubGroups = new HashMap<>(); field in SubstitutionGroupHandler
189 fSubGroups.clear(); in reset()
224 XSElementDecl[] subGroup = fSubGroups.get(element); in getSubstitutionGroup()
229 fSubGroups.put(element, EMPTY_GROUP); in getSubstitutionGroup()
251 fSubGroups.put(element, ret); in getSubstitutionGroup()
H A DSchemaGrammar.java217 fSubGroups = new XSElementDecl[grammar.fSubGroups.length]; in SchemaGrammar()
218 System.arraycopy(grammar.fSubGroups, 0, fSubGroups, 0, fSubGroupCount); in SchemaGrammar()
856 if (fSubGroupCount == fSubGroups.length) in addGlobalElementDeclAll()
857 fSubGroups = resize(fSubGroups, fSubGroupCount+INC_SIZE); in addGlobalElementDeclAll()
858 fSubGroups[fSubGroupCount++] = decl; in addGlobalElementDeclAll()
1160 private XSElementDecl[] fSubGroups = new XSElementDecl[INITIAL_SIZE]; field in SchemaGrammar
1166 if (fSubGroupCount < fSubGroups.length) in getSubstitutionGroups()
1167 fSubGroups = resize(fSubGroups, fSubGroupCount); in getSubstitutionGroups()
1168 return fSubGroups; in getSubstitutionGroups()