|
|||||||||
| Home >> All >> org >> media >> mn8 >> protocol >> jabber >> [ xmlparser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.media.mn8.protocol.jabber.xmlparser
Interface ReadEndChecker

- All Known Implementing Classes:
- XMLParser.InPlaintextReadEndChecker, XMLParser.InTagReadEndChecker
- public interface ReadEndChecker
Interface for classes wishing to be able to stop the reading of the incomming data stream.
| Method Summary | |
boolean |
shouldStop(int c)
Method to say whether a read should stop on this character. |
| Method Detail |
shouldStop
public boolean shouldStop(int c)
- Method to say whether a read should stop on this character.
|
|||||||||
| Home >> All >> org >> media >> mn8 >> protocol >> jabber >> [ xmlparser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC