src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.java

Print this page

        

*** 134,143 **** --- 134,144 ---- * <p> * The fElemMap array handles mapping from element indexes to * 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. */ private Occurence [] fCountingStates = null;
*** 209,218 **** --- 210,220 ---- public XSDFACM(CMNode syntaxTree, int leafCount) { // Store away our index and pools in members fLeafCount = leafCount; + fIsCompactedForUPA = syntaxTree.isCompactedForUPA(); // // Create some string pool indexes that represent the names of some // magical nodes in the syntax tree. // (already done in static initialization...