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
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.