net.sf.jasperreports.engine.xml
Class TransformedPropertyRule
java.lang.Object
org.apache.commons.digester.Rule
net.sf.jasperreports.engine.xml.TransformedPropertyRule
- Direct Known Subclasses:
- ColorPropertyRule, UuidPropertyRule, XmlConstantPropertyRule
public abstract class TransformedPropertyRule
- extends org.apache.commons.digester.Rule
- Version:
- $Id: TransformedPropertyRule.java 4595 2011-09-08 15:55:10Z 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, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeName
protected final String attributeName
propertyName
protected final String propertyName
TransformedPropertyRule
protected TransformedPropertyRule(String attributeName)
TransformedPropertyRule
protected TransformedPropertyRule(String attributeName,
String propertyName)
begin
public void begin(String namespace,
String name,
Attributes attributes)
throws Exception
- Overrides:
begin in class org.apache.commons.digester.Rule
- Throws:
Exception
toPropertyValue
protected abstract Object toPropertyValue(String attributeValue)
Copyright © 2012. All Rights Reserved.