[Htmlparser-developer] can someone elaborate on these states?...
Brought to you by:
derrickoswald
From: James M. <jmo...@uc...> - 2003-02-06 19:11:09
|
Greetings, Can someone elaborate on these parse states below? It would help me very much with the code. Thanks! public class StringParser { private final static int BEFORE_PARSE_BEGINS_STATE=0; private final static int PARSE_HAS_BEGUN_STATE=1; private final static int PARSE_COMPLETED_STATE=2; private final static int PARSE_IGNORE_STATE=3; James Moliere |