FileDocCategorySizeDatePackage
XMLStructure.javaAPI DocJava SE 6 API844Tue Jun 10 00:27:06 BST 2008javax.xml.crypto

XMLStructure

public interface XMLStructure
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.
author
Sean Mullan
author
JSR 105 Expert Group
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public booleanisFeatureSupported(java.lang.String feature)
Indicates whether a specified feature is supported.

param
feature the feature name (as an absolute URI)
return
true if the specified feature is supported, false otherwise
throws
NullPointerException if feature is null