public interface XMLStructure
Modifier and Type | Method and Description |
---|---|
boolean |
isFeatureSupported(String feature)
指示是否支持指定的功能。
|
boolean isFeatureSupported(String feature)
feature
- 功能名称(作为绝对URI)
true
如果指定的功能被支持,
false
false
NullPointerException
- 如果
feature
是
null