public interface XMLStructure
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFeatureSupported(String
Indicates whether a specified feature is supported.
|
boolean isFeatureSupported(Stringfeature)
feature - the feature name (as an absolute URI)
true if the specified feature is supported,
false otherwise
NullPointerException - if
feature is
null