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