|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
boolean |
isFeatureSupported(java.lang.String feature)
Indicates whether a specified feature is supported. |
Method Detail |
---|
boolean isFeatureSupported(java.lang.String feature)
feature
- the feature name (as an absolute URI)
true
if the specified feature is supported,
false
otherwise
java.lang.NullPointerException
- if feature
is null
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |