public interface XMLStructure
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFeatureSupported(String feature)
Indicates whether a specified feature is supported.
|
boolean isFeatureSupported(String feature)
feature - the feature name (as an absolute URI)true if the specified feature is supported,
false otherwiseNullPointerException - if feature is nullCopyright © 2000–2023 The Apache Software Foundation. All rights reserved.