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

java.lang.Object
  |
  +--org.media.mn8.protocol.jabber.xmlparser.States

public final class States
extends 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

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
Constructor Detail

States

public States()


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."