public abstract class TransformedPropertyRule
extends org.apache.commons.digester.Rule
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName |
protected String |
propertyName |
Modifier | Constructor and Description |
---|---|
protected |
TransformedPropertyRule(String attributeName) |
protected |
TransformedPropertyRule(String attributeName,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
begin(String namespace,
String name,
Attributes attributes) |
protected abstract Object |
toPropertyValue(String attributeValue) |
Copyright © 2017. All rights reserved.