java.lang.Object
org.media.mn8.protocol.jabber.xmlparser.States
- public final class States
- extends java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IN_PLAINTEXT
public static final int IN_PLAINTEXT
- State when the parser is reading the plain text
- See Also:
- Constant Field Values
IN_TAG
public static final int IN_TAG
- State when the parser is reading a tag
- See Also:
- Constant Field Values
States
public States()