org.drools.io
Class DurationHandler

java.lang.Object
  extended by org.drools.io.BaseAbstractHandler
      extended by org.drools.io.DurationHandler
All Implemented Interfaces:
Handler

 class DurationHandler
extends BaseAbstractHandler
implements Handler

Author:
mproctor

Field Summary
 
Fields inherited from class org.drools.io.BaseAbstractHandler
allowNesting, ruleSetReader, validParents, validPeers
 
Constructor Summary
DurationHandler(RuleSetReader ruleSetReader)
           
 
Method Summary
 Object end(String uri, String localName)
           
 Class generateNodeFor()
           
 Object start(String uri, String localName, org.xml.sax.Attributes attrs)
           
 
Methods inherited from class org.drools.io.BaseAbstractHandler
allowNesting, getValidParents, getValidPeers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.io.Handler
allowNesting, getValidParents, getValidPeers
 

Constructor Detail

DurationHandler

DurationHandler(RuleSetReader ruleSetReader)
Method Detail

start

public Object start(String uri,
                    String localName,
                    org.xml.sax.Attributes attrs)
             throws org.xml.sax.SAXException
Specified by:
start in interface Handler
Throws:
org.xml.sax.SAXException

end

public Object end(String uri,
                  String localName)
           throws org.xml.sax.SAXException
Specified by:
end in interface Handler
Throws:
org.xml.sax.SAXException

generateNodeFor

public Class generateNodeFor()
Specified by:
generateNodeFor in interface Handler


Copyright © 2001-2005 The Codehaus. All Rights Reserved.