org.drools.io
Interface Handler

All Known Implementing Classes:
ApplicationDataHandler, ConditionHandler, ConsequenceHandler, DurationHandler, FunctionsHandler, ImportHandler, ObjectTypeHandler, ParameterHandler, RuleHandler, RuleSetHandler

interface Handler

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

Method Summary
 boolean allowNesting()
           
 Object end(String uri, String localName)
           
 Class generateNodeFor()
           
 Set getValidParents()
           
 Set getValidPeers()
           
 Object start(String uri, String localName, org.xml.sax.Attributes attrs)
           
 

Method Detail

start

Object start(String uri,
             String localName,
             org.xml.sax.Attributes attrs)
             throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

end

Object end(String uri,
           String localName)
           throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getValidParents

Set getValidParents()

getValidPeers

Set getValidPeers()

allowNesting

boolean allowNesting()

generateNodeFor

Class generateNodeFor()


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