jaxp/src/com/sun/org/apache/xerces/internal/impl/XMLEntityScanner.java
changeset 14939 2e992d2acc8b
parent 12458 d601e4bba306
child 22138 069c98fc4646
equal deleted inserted replaced
14607:76cc9bd3ece4 14939:2e992d2acc8b
    69     /** Debug switching readers for encodings. */
    69     /** Debug switching readers for encodings. */
    70     private static final boolean DEBUG_ENCODINGS = false;
    70     private static final boolean DEBUG_ENCODINGS = false;
    71     /** Listeners which should know when load is being called */
    71     /** Listeners which should know when load is being called */
    72     private Vector listeners = new Vector();
    72     private Vector listeners = new Vector();
    73 
    73 
    74     public static final boolean [] VALID_NAMES = new boolean[127];
    74     private static final boolean [] VALID_NAMES = new boolean[127];
    75 
    75 
    76     /**
    76     /**
    77      * Debug printing of buffer. This debugging flag works best when you
    77      * Debug printing of buffer. This debugging flag works best when you
    78      * resize the DEFAULT_BUFFER_SIZE down to something reasonable like
    78      * resize the DEFAULT_BUFFER_SIZE down to something reasonable like
    79      * 64 characters.
    79      * 64 characters.