com.infoengine.procunit.webject
Class htmlWebjectTokenizer
java.lang.Object
java.io.StreamTokenizer
com.infoengine.procunit.webject.htmlWebjectTokenizer
- public class htmlWebjectTokenizer
- extends StreamTokenizer
Description...
Examples...
Methods inherited from class java.io.StreamTokenizer |
commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
TT_NOTHING
private static final int TT_NOTHING
- See Also:
- Constant Field Values
in_webject
boolean in_webject
in_tag
boolean in_tag
tag_found
boolean tag_found
inQuotedValue
boolean inQuotedValue
quotedString
String quotedString
quotedStringKey
String quotedStringKey
lasttype
int lasttype
htmlWebjectTokenizer
public htmlWebjectTokenizer(Reader r)
nextElement
public IeNode nextElement(String ename)
throws IEException
- Throws:
IEException
resetChars
void resetChars()
setTagChars
void setTagChars()
setContentChars
void setContentChars()
setQuotedChars
void setQuotedChars()
main
public static void main(String[] args)