net.sourceforge.groboutils.pmti.v1.autodoc.v1.xml
Class XMLFileParser

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser
      extended bynet.sourceforge.groboutils.pmti.v1.autodoc.v1.xml.XMLFileParser
All Implemented Interfaces:
IParser

public class XMLFileParser
extends AbstractParser

Parses the output of XMLFileServer.

Since:
March 17, 2002
Version:
$Date: 2003/02/10 22:51:57 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
XMLFileParser(java.io.File f, org.xml.sax.Parser p)
           
 
Method Summary
protected  void findRecords()
          Finds all the records, and registers each one with the addRecord() method.
 
Methods inherited from class net.sourceforge.groboutils.pmti.v1.itf.parser.AbstractParser
addRecord, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFileParser

public XMLFileParser(java.io.File f,
                     org.xml.sax.Parser p)
Method Detail

findRecords

protected void findRecords()
Description copied from class: AbstractParser
Finds all the records, and registers each one with the addRecord() method.

Specified by:
findRecords in class AbstractParser


Copyright © 2001-2003 by The GroboUtils Project