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

Quick Search    Search Deep

com.port80.text
Class ElementState  view ElementState download ElementState.java

java.lang.Object
  extended bycom.port80.text.ElementState
All Implemented Interfaces:
IState

class ElementState
extends java.lang.Object
implements IState


Field Summary
(package private)  AttrTextParser parser
           
 
Constructor Summary
(package private) ElementState(AttrTextParser parser)
           
 
Method Summary
 IState consume(java.util.StringTokenizer toker)
           
private  IState endElement(java.lang.String e)
           
private  java.lang.String skipSpace(java.util.StringTokenizer toker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parser

AttrTextParser parser
Constructor Detail

ElementState

ElementState(AttrTextParser parser)
Method Detail

consume

public IState consume(java.util.StringTokenizer toker)
Specified by:
consume in interface IState

endElement

private IState endElement(java.lang.String e)

skipSpace

private java.lang.String skipSpace(java.util.StringTokenizer toker)