org.drools.io
Class RuleSetHandler

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

 class RuleSetHandler
extends BaseAbstractHandler
implements Handler

Author:
mproctor TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class org.drools.io.BaseAbstractHandler
allowNesting, ruleSetReader, validParents, validPeers
 
Constructor Summary
RuleSetHandler(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

RuleSetHandler

RuleSetHandler(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.