Home
last modified time | relevance | path

Searched refs:exprBuffer (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DAVT.java183 FastStringBuffer exprBuffer = null; in AVT() local
186 exprBuffer = StringBufferPool.get(); in AVT()
189 exprBuffer = new FastStringBuffer(6); in AVT()
257 exprBuffer.setLength(0); in AVT()
270 exprBuffer.append(lookahead); in AVT()
279 exprBuffer.append(lookahead); in AVT()
284 exprBuffer.append(lookahead); in AVT()
309 handler.createXPath(exprBuffer.toString(), owner); in AVT()
321 exprBuffer.append(lookahead); in AVT()
331 exprBuffer.append(lookahead); in AVT()
[all …]