org.drools.xml.changeset
Class DecisionTableConfigurationHandler

java.lang.Object
  extended by org.drools.xml.BaseAbstractHandler
      extended by org.drools.xml.changeset.DecisionTableConfigurationHandler
All Implemented Interfaces:
Handler

public class DecisionTableConfigurationHandler
extends BaseAbstractHandler
implements Handler


Field Summary
 
Fields inherited from class org.drools.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
DecisionTableConfigurationHandler()
           
 
Method Summary
 Object end(String uri, String localName, ExtensibleXmlParser parser)
           
 Class<?> generateNodeFor()
           
 Object start(String uri, String localName, Attributes attrs, ExtensibleXmlParser parser)
           
 
Methods inherited from class org.drools.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, 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.xml.Handler
allowNesting, getValidParents, getValidPeers
 

Constructor Detail

DecisionTableConfigurationHandler

public DecisionTableConfigurationHandler()
Method Detail

start

public Object start(String uri,
                    String localName,
                    Attributes attrs,
                    ExtensibleXmlParser parser)
             throws SAXException
Specified by:
start in interface Handler
Throws:
SAXException

end

public Object end(String uri,
                  String localName,
                  ExtensibleXmlParser parser)
           throws SAXException
Specified by:
end in interface Handler
Throws:
SAXException

generateNodeFor

public Class<?> generateNodeFor()
Specified by:
generateNodeFor in interface Handler


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.