com.infoengine.migration.ie2x
Class Parser
java.lang.Object
com.infoengine.migration.ie2x.Parser
- class Parser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
br
private BufferedReader br
pw
private PrintWriter pw
st
private StreamTokenizer st
Parser
public Parser(BufferedReader b,
PrintWriter p)
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