Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.protocol.jabber.xmlparser
Class States  view States download States.java

java.lang.Object
  extended byorg.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

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()