org.media.mn8.protocol.jabber.xmlparser
Class States

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
 
Constructor Summary
States()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_PLAINTEXT

public static final int IN_PLAINTEXT
State when the parser is reading the plain text

IN_TAG

public static final int IN_TAG
State when the parser is reading a tag
Constructor Detail

States

public States()


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."