public class ProcessElementHandler
extends org.drools.core.xml.BaseAbstractHandler
implements org.drools.core.xml.Handler
Constructor and Description |
---|
ProcessElementHandler() |
Modifier and Type | Method and Description |
---|---|
Object |
end(String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
Class<?> |
generateNodeFor() |
Object |
start(String uri,
String localName,
Attributes attrs,
org.drools.core.xml.ExtensibleXmlParser parser) |
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
public Object start(String uri, String localName, Attributes attrs, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
start
in interface org.drools.core.xml.Handler
SAXException
public Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
end
in interface org.drools.core.xml.Handler
SAXException
public Class<?> generateNodeFor()
generateNodeFor
in interface org.drools.core.xml.Handler
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.