org.drools.compiler.xml.rules
Class RestrictionConnectiveHandler

java.lang.Object
  extended by org.drools.xml.BaseAbstractHandler
      extended by org.drools.compiler.xml.rules.RestrictionConnectiveHandler
All Implemented Interfaces:
Handler

public class RestrictionConnectiveHandler
extends BaseAbstractHandler
implements Handler

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


Field Summary
static String AND
           
static String OR
           
 
Fields inherited from class org.drools.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
RestrictionConnectiveHandler()
           
 
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
 

Field Detail

AND

public static final String AND
See Also:
Constant Field Values

OR

public static final String OR
See Also:
Constant Field Values
Constructor Detail

RestrictionConnectiveHandler

public RestrictionConnectiveHandler()
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-2013 JBoss Inc.. All Rights Reserved.