- All Implemented Interfaces:
State
public class InsideTagHTMLState
extends Object
implements State
-
-
Constructor Summary
Constructors
-
Method Summary
void
Processes a character and does something with it or does nothing.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
InsideTagHTMLState
- Parameters:
parser
- the XMLParser
-
Method Details
-
process
public void process(char character)
Description copied from interface: State
Processes a character and does something with it or does nothing.
- Specified by:
process
in interface State
- Parameters:
character
- the character for processing.