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

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

Introduction

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

The text is from its open source code.

Constructor

SetPropertiesRule(String attributeName, String propertyName)

Convenience constructor overrides the mapping for just one property.

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

Constructor allows attribute->property mapping to be overriden.

SetPropertiesRule()
Base constructor.

Method

voidsetIgnoreMissingProperty(boolean ignoreMissingProperty)
Sets whether attributes found in the xml without matching properties should be ignored.