org.drools.io
Interface Handler

All Known Implementing Classes:
ApplicationDataHandler, ConditionHandler, ConsequenceHandler, DurationHandler, 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

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

end

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

getValidParents

public Set getValidParents()

getValidPeers

public Set getValidPeers()

allowNesting

public boolean allowNesting()

generateNodeFor

public Class generateNodeFor()


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