edu.duke.cs.banjo.utility
Class XMLProcessor

java.lang.Object
  extended byedu.duke.cs.banjo.utility.XMLProcessor

public class XMLProcessor
extends java.lang.Object


Nested Class Summary
(package private)  class XMLProcessor.JTreeErrorHandler
          JTreeErrorHandler implements the SAX ErrorHandler interface and defines callback behavior for the SAX callbacks associated with an XML document's warnings and errors.
 class XMLProcessor.TextExtractor
           
 
Field Summary
protected  java.lang.String[] arrFileList
           
protected  int fileID
           
(package private)  java.lang.String fileName
           
protected  java.util.TreeSet highScoreStructuresCombinedSet
           
protected  java.util.TreeSet highScoreStructureSet
           
protected  Settings settings
           
 
Constructor Summary
XMLProcessor(Settings _settings)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected static java.lang.StringBuffer printSystemSettings()
           
 void processXMLResultFiles(java.lang.String[] fileList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settings

protected Settings settings

highScoreStructureSet

protected java.util.TreeSet highScoreStructureSet

highScoreStructuresCombinedSet

protected java.util.TreeSet highScoreStructuresCombinedSet

arrFileList

protected java.lang.String[] arrFileList

fileID

protected int fileID

fileName

java.lang.String fileName
Constructor Detail

XMLProcessor

public XMLProcessor(Settings _settings)
             throws java.lang.Exception
Method Detail

printSystemSettings

protected static java.lang.StringBuffer printSystemSettings()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

processXMLResultFiles

public void processXMLResultFiles(java.lang.String[] fileList)
                           throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)