jBPM distribution 6.0.0.CR4

org.jbpm.bpmn2.xml.di
Class BPMNShapeHandler

java.lang.Object
  extended by org.drools.core.xml.BaseAbstractHandler
      extended by org.jbpm.bpmn2.xml.di.BPMNShapeHandler
All Implemented Interfaces:
org.drools.core.xml.Handler

public class BPMNShapeHandler
extends org.drools.core.xml.BaseAbstractHandler
implements org.drools.core.xml.Handler


Nested Class Summary
static class BPMNShapeHandler.NodeInfo
           
 
Field Summary
 
Fields inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
BPMNShapeHandler()
           
 
Method Summary
 Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)
           
 Class<?> generateNodeFor()
           
protected  void initValidParents()
           
protected  void initValidPeers()
           
 Object start(String uri, String localName, Attributes attrs, org.drools.core.xml.ExtensibleXmlParser parser)
           
 
Methods inherited from class org.drools.core.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.core.xml.Handler
allowNesting, getValidParents, getValidPeers
 

Constructor Detail

BPMNShapeHandler

public BPMNShapeHandler()
Method Detail

initValidParents

protected void initValidParents()

initValidPeers

protected void initValidPeers()

start

public Object start(String uri,
                    String localName,
                    Attributes attrs,
                    org.drools.core.xml.ExtensibleXmlParser parser)
             throws SAXException
Specified by:
start in interface org.drools.core.xml.Handler
Throws:
SAXException

end

public Object end(String uri,
                  String localName,
                  org.drools.core.xml.ExtensibleXmlParser parser)
           throws SAXException
Specified by:
end in interface org.drools.core.xml.Handler
Throws:
SAXException

generateNodeFor

public Class<?> generateNodeFor()
Specified by:
generateNodeFor in interface org.drools.core.xml.Handler

jBPM distribution 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.