ProcessorCharacters.java | 54 int nChars = m_accumulator.length(); 58 ||!XMLCharacterRecognizer.isWhiteSpace(m_accumulator)) 82 m_accumulator.getChars(0, nChars, chars, 0); 90 m_accumulator.setLength(0); 114 m_accumulator.append(ch, start, length); 160 private StringBuffer m_accumulator = new StringBuffer(); field in class:ProcessorCharacters
|