Package org.drools.core.xml
Class BaseAbstractHandler
- java.lang.Object
-
- org.drools.core.xml.BaseAbstractHandler
-
- Direct Known Subclasses:
AddHandler,ChangeSetHandler,DecisionTableConfigurationHandler,DefinitionHandler,ModifyHandler,RemoveHandler,ResourceHandler
public abstract class BaseAbstractHandler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowNestingprotected Set<Class<?>>validParentsprotected Set<Class<?>>validPeers
-
Constructor Summary
Constructors Constructor Description BaseAbstractHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowNesting()voidemptyAttributeCheck(String element, String attributeName, String attribute, ExtensibleXmlParser xmlPackageReader)voidemptyContentCheck(String element, String content, ExtensibleXmlParser xmlPackageReader)Set<Class<?>>getValidParents()Set<Class<?>>getValidPeers()
-
-
-
Method Detail
-
allowNesting
public boolean allowNesting()
-
emptyAttributeCheck
public void emptyAttributeCheck(String element, String attributeName, String attribute, ExtensibleXmlParser xmlPackageReader) throws SAXException
- Throws:
SAXException
-
emptyContentCheck
public void emptyContentCheck(String element, String content, ExtensibleXmlParser xmlPackageReader) throws SAXException
- Throws:
SAXException
-
-