public interface XMLStructure
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFeatureSupported(java.lang.String feature)
Indicates whether a specified feature is supported.
|
boolean isFeatureSupported(java.lang.String feature)
feature - the feature name (as an absolute URI)true if the specified feature is supported,
false otherwisejava.lang.NullPointerException - if feature is nullCopyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.