|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.media.mn8.protocol.jabber.xmlparser.States
Class holding the possible states of the XML parser.
Field Summary | |
static int |
IN_PLAINTEXT
State when the parser is reading the plain text |
static int |
IN_TAG
State when the parser is reading a tag |
Constructor Summary | |
States()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int IN_PLAINTEXT
public static final int IN_TAG
Constructor Detail |
public States()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |