A representation of an XML structure from any namespace.
A representation of an XML structure from any namespace. The purpose of this interface is to group (and provide type safety for) all representations of XML structures.
public boolean
isFeatureSupported
(String feature)
Indicates whether a specified feature is supported.
Indicates whether a specified feature is supported.
Returns:true if the specified feature is supported,
false otherwise
Parameters: - feature - the feature name (as an absolute URI)
Throws: - NullPointerException - if feature is null