net.sf.jasperreports.engine.xml
Class JRComponentRule
java.lang.Object
org.apache.commons.digester.Rule
net.sf.jasperreports.engine.xml.JRComponentRule
public class JRComponentRule
- extends org.apache.commons.digester.Rule
A digester rule that links a Component
object with its parent
JRDesignComponentElement
.
This rules also sets the component type key
on the
component element via
JRDesignComponentElement.setComponentKey(ComponentKey)
.
The component type key is created based on information from the XML
component node; the node namespace is used as component type namespace
and the node name is used as component name.
- Version:
- $Id: JRComponentRule.java 3034 2009-08-27 11:58:04Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Methods inherited from class org.apache.commons.digester.Rule |
begin, begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRComponentRule
public JRComponentRule()
newInstance
public static JRComponentRule newInstance()
end
public void end(java.lang.String namespace,
java.lang.String name)
throws JRException
- Overrides:
end
in class org.apache.commons.digester.Rule
- Throws:
JRException
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com