com.infoengine.procunit.webject
Class htmlWebjectTokenizer

java.lang.Object
  extended byjava.io.StreamTokenizer
      extended bycom.infoengine.procunit.webject.htmlWebjectTokenizer

public class htmlWebjectTokenizer
extends StreamTokenizer

Description...

 Examples...
 


Field Summary
(package private)  boolean in_tag
           
(package private)  boolean in_webject
           
(package private)  boolean inQuotedValue
           
(package private)  int lasttype
           
(package private)  String quotedString
           
(package private)  String quotedStringKey
           
private static String RESOURCE
           
(package private)  boolean tag_found
           
private static int TT_NOTHING
           
 
Fields inherited from class java.io.StreamTokenizer
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype
 
Constructor Summary
htmlWebjectTokenizer(Reader r)
           
 
Method Summary
static void main(String[] args)
           
 IeNode nextElement(String ename)
           
(package private)  void resetChars()
           
(package private)  void setContentChars()
           
(package private)  void setQuotedChars()
           
(package private)  void setTagChars()
           
 
Methods inherited from class java.io.StreamTokenizer
commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

htmlWebjectTokenizer

public htmlWebjectTokenizer(Reader r)
Method Detail

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)