com.infoengine.migration.ie2x
Class Parser

java.lang.Object
  extended bycom.infoengine.migration.ie2x.Parser

class Parser
extends Object


Field Summary
private  BufferedReader br
           
private  PrintWriter pw
           
private  StreamTokenizer st
           
 
Constructor Summary
Parser(BufferedReader b, PrintWriter p)
           
 
Method Summary
 Webject parse()
           
private  String parseQuoted()
           
private  Hashtable parseTagArgs()
           
private  void setNameSyntax()
           
private  void setValueSyntax()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

br

private BufferedReader br

pw

private PrintWriter pw

st

private StreamTokenizer st
Constructor Detail

Parser

public Parser(BufferedReader b,
              PrintWriter p)
Method Detail

setNameSyntax

private void setNameSyntax()

setValueSyntax

private void setValueSyntax()

parseTagArgs

private Hashtable parseTagArgs()
                        throws IOException
Throws:
IOException

parseQuoted

private String parseQuoted()
                    throws IOException
Throws:
IOException

parse

public Webject parse()
              throws Exception
Throws:
Exception