edu.ucla.belief.decision
Class XmlElementHandler
Object
XmlElementHandler
- All Implemented Interfaces:
- ElementHandler
public class XmlElementHandler
- extends Object
- implements ElementHandler
- Since:
- 020105
- Author:
- Keith Cascio
XmlElementHandler
public XmlElementHandler(XmlDocumentHandler dochandler)
reset
public XmlElementHandler reset(String qName,
Attributes attributes)
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Specified by:
startElement
in interface ElementHandler
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
- Specified by:
endElement
in interface ElementHandler
- Throws:
SAXException
Copyright 2010 UCLA Automated Reasoning Group