java.lang.Object
org.media.mn8.protocol.jabber.xmlparser.XMLParser.InTagReadEndChecker
- All Implemented Interfaces:
- ReadEndChecker
- Enclosing class:
- XMLParser
- class XMLParser.InTagReadEndChecker
- extends java.lang.Object
- implements ReadEndChecker
Class to indicate the end of reading a tag section
|
Method Summary |
boolean |
shouldStop(int c)
The method to issue a stop message when either a space of close tag symbol (<) is encountered . |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLParser.InTagReadEndChecker
XMLParser.InTagReadEndChecker()
shouldStop
public boolean shouldStop(int c)
- The method to issue a stop message when either a space of close tag symbol (<) is encountered .
- Specified by:
shouldStop in interface ReadEndChecker