Searched defs:textBuffer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DUTF8XmlOutput.java67 * The textBuffer could write directly to the _octetBuffer
71 private final Encoded textBuffer = new Encoded(); field in class:UTF8XmlOutput
120 textBuffer.set(header);
121 textBuffer.write(this);
231 textBuffer.set(localName);
232 textBuffer.write(this);
250 textBuffer.set(localName);
251 textBuffer.write(this);
304 textBuffer.set(sw.toString());
306 textBuffer
[all...]

Completed in 26 milliseconds