public interface

XMLStructure

javax.xml.crypto.XMLStructure
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract boolean isFeatureSupported(String feature)
Indicates whether a specified feature is supported.

Public Methods

public abstract boolean isFeatureSupported (String feature)

Indicates whether a specified feature is supported.

Parameters
feature the feature name (as an absolute URI)
Returns
  • true if the specified feature is supported, false otherwise
Throws
NullPointerException if feature is null