public interface XMLStructure
任何名称空间的 XML 结构的表示形式。此接口用于对所有 XML 结构的表示形式进行分组(并为之提供类型安全)。
| 方法摘要 | |
|---|---|
boolean |
isFeatureSupported(String feature) 指示是否支持指定的功能。 |
| 方法详细信息 |
|---|
boolean isFeatureSupported(String feature)
feature - 功能的名称(以抽象 URI 形式)
true,否则返回
false
NullPointerException - 如果
feature 为
null