com.infoengine.convert
Class ResolveIncludes

java.lang.Object
  extended byjava.io.StreamTokenizer
      extended bycom.infoengine.procunit.template.htmlStreamTokenizer
          extended bycom.infoengine.convert.ResolveIncludes

public class ResolveIncludes
extends htmlStreamTokenizer


Field Summary
(package private)  OutputStream outstream
           
 
Fields inherited from class com.infoengine.procunit.template.htmlStreamTokenizer
 
Fields inherited from class java.io.StreamTokenizer
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype
 
Constructor Summary
private ResolveIncludes(BufferedReader filereader, OutputStream os)
           
 
Method Summary
private  void doIncludes(String filename, OutputStream os)
           
static BufferedReader getBufferedReader(String filename)
           
private  void includeSource()
           
 
Methods inherited from class com.infoengine.procunit.template.htmlStreamTokenizer
main, nextLine, nextNode
 
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

outstream

OutputStream outstream
Constructor Detail

ResolveIncludes

private ResolveIncludes(BufferedReader filereader,
                        OutputStream os)
Method Detail

getBufferedReader

public static BufferedReader getBufferedReader(String filename)

doIncludes

private void doIncludes(String filename,
                        OutputStream os)

includeSource

private void includeSource()
                    throws IOException
Throws:
IOException