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


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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