JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto
Interface Data
- All Known Subinterfaces:
- NodeSetData
- All Known Implementing Classes:
- OctetStreamData
public interface Data
An abstract representation of the result of dereferencing a
URIReference or the input/output of subsequent Transform s.
The primary purpose of this interface is to group and provide type safety
for all Data subtypes.
- Since:
- 1.6
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|