|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.Reader
java.io.FilterReader
de.intarsys.tools.xml.XMLEncodeSpecialChars
public class XMLEncodeSpecialChars
A reader that encodes XML special characters to entities.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterReader |
|---|
in |
| Fields inherited from class java.io.Reader |
|---|
lock |
| Constructor Summary | |
|---|---|
XMLEncodeSpecialChars(java.io.Reader in)
|
|
| Method Summary | |
|---|---|
int |
read()
|
int |
read(char[] cbuf,
int off,
int len)
|
| Methods inherited from class java.io.FilterReader |
|---|
close, mark, markSupported, ready, reset, skip |
| Methods inherited from class java.io.Reader |
|---|
read, read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLEncodeSpecialChars(java.io.Reader in)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOException
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||