edu.ucla.belief.io
Class InstantiationXmlizer.ValidRootHandler

Object
  extended by InstantiationXmlizer.ValidRootHandler
All Implemented Interfaces:
ElementHandler
Enclosing class:
InstantiationXmlizer

public class InstantiationXmlizer.ValidRootHandler
extends Object
implements ElementHandler


Constructor Summary
InstantiationXmlizer.ValidRootHandler()
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
 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

InstantiationXmlizer.ValidRootHandler

public InstantiationXmlizer.ValidRootHandler()
Method Detail

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