FastXmlSerializer.java | 64 private void append(char c) throws IOException { method in class:FastXmlSerializer 74 private void append(String str, int i, final int length) throws IOException { method in class:FastXmlSerializer 79 append(str, i, next<end ? BUFFER_LEN : (end-i)); method 93 private void append(char[] buf, int i, final int length) throws IOException { method in class:FastXmlSerializer 98 append(buf, i, next<end ? BUFFER_LEN : (end-i)); method 112 private void append(String str) throws IOException { method in class:FastXmlSerializer 113 append(str, 0, str.length()); method 127 if (lastPos < pos) append(string, lastPos, pos-lastPos); method 129 append(escape); 131 if (lastPos < pos) append(string, lastPos, pos-lastPos) method 145 if (lastPos < pos) append(buf, lastPos, pos-lastPos); method 149 if (lastPos < pos) append(buf, lastPos, pos-lastPos); method [all...] |