|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.StreamTokenizer
com.infoengine.procunit.template.htmlStreamTokenizer
com.infoengine.convert.ResolveIncludes
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 |
OutputStream outstream
Constructor Detail |
private ResolveIncludes(BufferedReader filereader, OutputStream os)
Method Detail |
public static BufferedReader getBufferedReader(String filename)
private void doIncludes(String filename, OutputStream os)
private void includeSource() throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |