Module jdk.xml.dom

Interface DocumentStyle

All Known Subinterfaces:
DocumentCSS

public interface DocumentStyle
The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved. The expectation is that an instance of the DocumentStyle interface can be obtained by using binding-specific casting methods on an instance of the Document interface.

See also the Document Object Model (DOM) Level 2 Style Specification.

Since:
1.4, DOM Level 2