|
|||||||||
| 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.reader.DirectTagReader
de.intarsys.tools.xml.EntityDecoder
public class EntityDecoder
| Field Summary |
|---|
| Fields inherited from class de.intarsys.tools.reader.DirectTagReader |
|---|
DefaultEscapeMap, ESCAPE_CHARACTER |
| Fields inherited from class java.io.FilterReader |
|---|
in |
| Fields inherited from class java.io.Reader |
|---|
lock |
| Constructor Summary | |
|---|---|
EntityDecoder(java.io.Reader reader)
|
|
EntityDecoder(java.io.Reader reader,
boolean escape)
|
|
| Method Summary |
|---|
| Methods inherited from class de.intarsys.tools.reader.DirectTagReader |
|---|
basicRead, escape, getHandler, isSpecialTag, read, read, scanEndTag, scanTag, scanTagContent, setEndTag, setStartTag, tagRead, unread, unread |
| 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 EntityDecoder(java.io.Reader reader)
public EntityDecoder(java.io.Reader reader,
boolean escape)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||