org.apache.ws.jaxme.xs.util
public static class DTDParser.StringBufferReader extends Reader
| Method Summary | |
|---|---|
| void | append(String pString) Appends the given string to the input. |
| void | close() |
| int | read(char[] pBuffer, int pOffset, int pLen) |
| String | requestInput() Invoked, if the internal buffer is empty.
|