frysk.dom.cparser
Class SimpleParser

java.lang.Object
  extended by frysk.dom.cparser.SimpleParser
All Implemented Interfaces:
StaticParser

public class SimpleParser
extends Object
implements StaticParser


Field Summary
private  int scopeDepth
           
private  Tokenizer tokenMaker
           
 
Constructor Summary
SimpleParser()
           
 
Method Summary
 void parse(DOMFrysk dom, DOMSource source, DOMImage image)
          Parses the given file for syntax and other static information and stores the info in the specified buffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenMaker

private Tokenizer tokenMaker

scopeDepth

private int scopeDepth
Constructor Detail

SimpleParser

public SimpleParser()
Method Detail

parse

public void parse(DOMFrysk dom,
                  DOMSource source,
                  DOMImage image)
           throws IOException
Description copied from interface: StaticParser
Parses the given file for syntax and other static information and stores the info in the specified buffer

Specified by:
parse in interface StaticParser
Throws:
IOException