edu.ucla.belief.recursiveconditioning
Class StatsHandler
Object
DefaultHandler
StatsHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class StatsHandler
- extends DefaultHandler
- Since:
- 031903
- Author:
- Keith Cascio
Methods inherited from class DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
StatsHandler
public StatsHandler()
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