frysk.dom
Interface StaticParser

All Known Implementing Classes:
CTagsParser, SimpleParser

public interface StaticParser


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
 

Method Detail

parse

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

Parameters:
buffer - The source buffer to put the resulting data in
filename - TODO
Throws:
IOException