org.jbpm.bpmn2.xml
Class PropertyHandler

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

public class PropertyHandler
extends org.drools.xml.BaseAbstractHandler
implements org.drools.xml.Handler


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

Constructor Detail

PropertyHandler

public PropertyHandler()
Method Detail

initValidParents

protected void initValidParents()

initValidPeers

protected void initValidPeers()

start

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

end

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

generateNodeFor

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


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