Searched refs:bufferCapture (Results 1 – 1 of 1) sorted by relevance
117 private StringBuilder bufferCapture; field in KXmlParser585 bufferCapture = new StringBuilder(); in readDoctype()599 bufferCapture.append(buffer, 0, position); in readDoctype()600 bufferCapture.delete(0, startPosition); in readDoctype()601 text = bufferCapture.toString(); in readDoctype()602 bufferCapture = null; in readDoctype()1503 if (bufferCapture != null) { in fillBuffer()1504 bufferCapture.append(buffer, 0, position); in fillBuffer()