Ignore:
Timestamp:
11/24/06 14:20:40 (6 years ago)
Author:
sys
Message:

cleanup incrementalSax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Res_Xalan/org/apache/xml/utils/FastStringBuffer.java

    r7031 r7489  
    419419    char[] chunk; 
    420420 
    421     // We may have preallocated chunks. If so, all but last should 
    422     // be at full size. 
    423     boolean lastchunk = (m_lastChunk + 1 == m_array.length); 
    424  
    425421    if (m_firstFree < m_chunkSize)  // Simplified test single-character-fits 
    426422      chunk = m_array[m_lastChunk]; 
     
    11351131                       ((edgeTreatmentFlags & SUPPRESS_LEADING_WS) != 0); 
    11361132     boolean seenWhitespace = ((edgeTreatmentFlags & CARRY_WS) != 0); 
    1137      boolean suppressTrailingWhitespace = 
    1138                        ((edgeTreatmentFlags & SUPPRESS_TRAILING_WS) != 0); 
    11391133     int currPos = start; 
    11401134     int limit = start+length; 
Note: See TracChangeset for help on using the changeset viewer.