edu.ucla.belief.recursiveconditioning
Class StatsHandler

Object
  extended by DefaultHandler
      extended by StatsHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class StatsHandler
extends DefaultHandler

Since:
031903
Author:
Keith Cascio

Constructor Summary
StatsHandler()
           
 
Method Summary
 void setFileInfo(FileInfo info)
           
 void startDocument()
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsHandler

public StatsHandler()
Method Detail

setFileInfo

public void setFileInfo(FileInfo info)

startDocument

public void startDocument()
                   throws SAXException
Specified by:
startDocument in interface ContentHandler
Overrides:
startDocument in class DefaultHandler
Throws:
SAXException

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes attributes)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler
Throws:
SAXException


Copyright 2010 UCLA Automated Reasoning Group