|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bounce.text.xml.XMLScanner.Scanner
abstract class XMLScanner.Scanner
Abstract scanner class..
| Constructor Summary | |
|---|---|
XMLScanner.Scanner()
|
|
| Method Summary | |
|---|---|
protected void |
finished()
The scanner has finished scanning the information, only a reset can change this. |
boolean |
isFinished()
returns whether this scanner has finished scanning all it was supposed to scan. |
void |
reset()
Resets all the variables to the start value. |
abstract java.lang.String |
scan(DocumentInputReader in)
Scan the input steam for a token. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
XMLScanner.Scanner()
| Method Detail |
|---|
public abstract java.lang.String scan(DocumentInputReader in)
throws java.io.IOException
in - the input stream reader.
java.io.IOExceptionprotected void finished()
public boolean isFinished()
public void reset()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||