Method GetFeature
GetFeature(String)
Look up the value of a feature.
This will always fail if the parent is null.
Declaration
public virtual bool GetFeature(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The feature name. |
Returns
Type | Description |
---|---|
System.Boolean | The current value of the feature. |
Implements
Exceptions
Type | Condition |
---|---|
SAXNotRecognizedException | If the feature value can't be assigned or retrieved from the parent. |
SAXNotSupportedException | When the parent recognizes the feature name but cannot determine its value at this time. |