com.infoengine.procunit.template
Class htmlStreamTokenizer

java.lang.Object
  extended byjava.io.StreamTokenizer
      extended bycom.infoengine.procunit.template.htmlStreamTokenizer
Direct Known Subclasses:
ResolveIncludes

public class htmlStreamTokenizer
extends StreamTokenizer

Description...

 Examples...
 


Field Summary
(package private)  int cnt
           
(package private)  boolean crFound
           
(package private)  boolean in_tag
           
(package private)  boolean in_webject
           
(package private)  int lasttype
           
(package private)  boolean tag_found
           
(package private)  int TT_CR
           
 
Fields inherited from class java.io.StreamTokenizer
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype
 
Constructor Summary
htmlStreamTokenizer(Reader r)
           
 
Method Summary
static void main(String[] args)
           
 String nextLine()
           
 IeNode nextNode()
           
(package private)  void resetChars()
           
(package private)  void resetLines()
           
 
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

in_webject

boolean in_webject

in_tag

boolean in_tag

tag_found

boolean tag_found

crFound

boolean crFound

lasttype

int lasttype

TT_CR

int TT_CR

cnt

int cnt
Constructor Detail

htmlStreamTokenizer

public htmlStreamTokenizer(Reader r)
Method Detail

nextLine

public String nextLine()

nextNode

public IeNode nextNode()

resetLines

void resetLines()

resetChars

void resetChars()

main

public static void main(String[] args)