} // next
}
public void parse(String sStr) throws NullPointerException {
LINParser oLPrsr = new LINParser();
oLPrsr.parseString(sStr);
parse(oLPrsr);
} // parse
public void parse(File oFile)
throws FileNotFoundException, IOException,NumberFormatException,