mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8142463: Xml schema validation failing after Xerces update; maxOccurs ignored
Reviewed-by: lancea
This commit is contained in:
parent
f7176a2886
commit
8a9ae48ba7
4 changed files with 86 additions and 0 deletions
|
@ -136,6 +136,7 @@ public class XSDFACM
|
|||
* positions in the second dimension of the transition table.
|
||||
*/
|
||||
private int fTransTable[][] = null;
|
||||
|
||||
/**
|
||||
* Array containing occurence information for looping states
|
||||
* which use counters to check minOccurs/maxOccurs.
|
||||
|
@ -211,6 +212,7 @@ public class XSDFACM
|
|||
|
||||
// Store away our index and pools in members
|
||||
fLeafCount = leafCount;
|
||||
fIsCompactedForUPA = syntaxTree.isCompactedForUPA();
|
||||
|
||||
//
|
||||
// Create some string pool indexes that represent the names of some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue