Java org.apache.commons.digester SetPropertiesRule fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester SetPropertiesRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.digester SetPropertiesRule.

The text is from its open source code.

Constructor

SetPropertiesRule()
Base constructor.
SetPropertiesRule(String attributeName, String propertyName)

Convenience constructor overrides the mapping for just one property.

For details about how this works, see #SetPropertiesRule(String[] attributeNames,String[] propertyNames) .

SetPropertiesRule(String[] attributeNames, String[] propertyNames)

Constructor allows attribute->property mapping to be overriden.

Two arrays are passed in.