Package 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,OrientationRule,UuidPropertyRule,XmlConstantPropertyRule
public abstract class TransformedPropertyRule extends org.apache.commons.digester.Rule- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattributeNameprotected StringpropertyName
-
Constructor Summary
Constructors Modifier Constructor Description protectedTransformedPropertyRule(String attributeName)protectedTransformedPropertyRule(String attributeName, String propertyName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidbegin(String namespace, String name, Attributes attributes)protected abstract ObjecttoPropertyValue(String attributeValue)
-