mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
Merge
This commit is contained in:
commit
7ce24de93e
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