Uses of Class
org.acm.seguin.print.xml.State

Packages that use State
org.acm.seguin.print.xml   
 

Uses of State in org.acm.seguin.print.xml
 

Subclasses of State in org.acm.seguin.print.xml
 class AttributeState
          State pattern that is used to print the XML file
 class AttributeValueState
          State pattern that is used to print the XML file
 class QuoteAttributeValueState
          State pattern that is used to print the XML file
 class TagState
          State pattern that is used to print the XML file
 class TextState
          State pattern that is used to print the XML file
 

Methods in org.acm.seguin.print.xml that return State
static State AttributeValueState.getState()
          Gets the State attribute of the TextState class
static State TextState.getState()
          Gets the State attribute of the TextState class
static State TagState.getState()
          Gets the State attribute of the TagState class
static State QuoteAttributeValueState.getState()
          Gets the State attribute of the TextState class
static State AttributeState.getState()
          Gets the State attribute of the TextState class
 State State.processLine(java.lang.String line)
          Processes a single line and returns the state that is in effect at the end of the line.
protected  State AttributeValueState.processLine(java.lang.String line, int index, java.lang.StringBuffer buf)
          The actual worker method that processes the line.
protected  State TextState.processLine(java.lang.String line, int index, java.lang.StringBuffer buf)
          The actual worker method that processes the line.
protected  State TagState.processLine(java.lang.String line, int index, java.lang.StringBuffer buf)
          The actual worker method that processes the line.
protected abstract  State State.processLine(java.lang.String line, int index, java.lang.StringBuffer buf)
          The actual worker method that processes the line.
protected  State QuoteAttributeValueState.processLine(java.lang.String line, int index, java.lang.StringBuffer buf)
          The actual worker method that processes the line.
protected  State AttributeState.processLine(java.lang.String line, int index, java.lang.StringBuffer buf)
          The actual worker method that processes the line.
 

Methods in org.acm.seguin.print.xml with parameters of type State
protected  void State.initState(State next)
          Set the state for the next state