FileDocCategorySizeDatePackage
DocumentStyle.javaAPI DocJava SE 6 API1580Tue Jun 10 00:27:36 BST 2008org.w3c.dom.stylesheets

DocumentStyle

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
DOM Level 2

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.stylesheets.StyleSheetListgetStyleSheets()
A list containing all the style sheets explicitly linked into or embedded in a document. For HTML documents, this includes external style sheets, included via the HTML LINK element, and inline STYLE elements. In XML, this includes external style sheets, included via style sheet processing instructions (see [XML StyleSheet]).