uk.ac.man.documentparser.input
Class BMCXMLFactory

java.lang.Object
  extended by uk.ac.man.documentparser.input.BMCXMLFactory
All Implemented Interfaces:
InputFactory

public class BMCXMLFactory
extends java.lang.Object
implements InputFactory


Constructor Summary
BMCXMLFactory()
           
 
Method Summary
 DocumentIterator parse(java.io.File file)
           
 DocumentIterator parse(java.lang.String file)
           
 DocumentIterator parse(java.lang.StringBuffer data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMCXMLFactory

public BMCXMLFactory()
Method Detail

parse

public DocumentIterator parse(java.lang.String file)
Specified by:
parse in interface InputFactory

parse

public DocumentIterator parse(java.io.File file)
Specified by:
parse in interface InputFactory

parse

public DocumentIterator parse(java.lang.StringBuffer data)
Specified by:
parse in interface InputFactory