org.jbpm.compiler.xml.processes
Class SplitNodeHandler
java.lang.Object
org.drools.xml.BaseAbstractHandler
org.jbpm.compiler.xml.processes.AbstractNodeHandler
org.jbpm.compiler.xml.processes.SplitNodeHandler
- All Implemented Interfaces:
- org.drools.xml.Handler
public class SplitNodeHandler
- extends AbstractNodeHandler
Fields inherited from class org.drools.xml.BaseAbstractHandler |
allowNesting, validParents, validPeers |
Methods inherited from class org.jbpm.compiler.xml.processes.AbstractNodeHandler |
containsMetaData, end, endNode, endNode, extractAction, handleAction, initValidParents, initValidPeers, start, writeAction, writeActions, writeMetaData, writeNode, writeTimers |
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 |
SplitNodeHandler
public SplitNodeHandler()
createNode
protected Node createNode()
- Specified by:
createNode
in class AbstractNodeHandler
handleNode
public void handleNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Overrides:
handleNode
in class AbstractNodeHandler
- Throws:
SAXException
generateNodeFor
public Class generateNodeFor()
writeNode
public void writeNode(Node node,
StringBuilder xmlDump,
boolean includeMeta)
- Specified by:
writeNode
in class AbstractNodeHandler
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.