edu.ucla.belief.decision
Class XmlElementHandler

Object
  extended by XmlElementHandler
All Implemented Interfaces:
ElementHandler

public class XmlElementHandler
extends Object
implements ElementHandler

Since:
020105
Author:
Keith Cascio

Constructor Summary
XmlElementHandler(XmlDocumentHandler dochandler)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
 XmlElementHandler reset(String qName, Attributes attributes)
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlElementHandler

public XmlElementHandler(XmlDocumentHandler dochandler)
Method Detail

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