public class ReaderFeatures extends Object
Modifier and Type | Field and Description |
---|---|
protected Hashtable |
values
This hashtable contains the values for the features.
|
Constructor and Description |
---|
ReaderFeatures() |
protected Hashtable values
public boolean getValue(String featureId) throws IllegalArgumentException
featureId
- The ID of the feature for which the value is requested.IllegalArgumentException
- if the feature is not supported.public void setValue(String featureId, boolean value) throws IllegalArgumentException
featureId
- The ID of the feature to set.value
- The value to set for the feature.IllegalArgumentException
- if the feature is not supported.Copyright © 2005–2013 Apache Software Foundation. All rights reserved.