インタフェース
org.w3c.dom.stylesheets.StyleSheetの使用
| パッケージ | 説明 |
|---|---|
| org.w3c.dom.css |
DOM Level 2スタイル仕様のインタフェースを提供します。
|
| org.w3c.dom.stylesheets |
DOM Level 2スタイル仕様のインタフェースを提供します。
|
-
org.w3c.dom.cssでのStyleSheetの使用
org.w3c.dom.cssのStyleSheetのサブインタフェース 修飾子と型 インタフェース 説明 interfaceCSSStyleSheetCSSStyleSheetインタフェースは、CSSスタイル・シート(つまり、コンテンツ・タイプが"text/css"であるスタイル・シート)を表すために使用される具象インタフェースです。 -
org.w3c.dom.stylesheetsでのStyleSheetの使用
StyleSheetを返すorg.w3c.dom.stylesheetsのメソッド 修飾子と型 メソッド 説明 StyleSheetStyleSheet. getParentStyleSheet()スタイル・シートの包含という概念をサポートしているスタイル・シート言語で、この属性は、包含元のスタイル・シートが存在する場合にそのスタイル・シートを表します。StyleSheetLinkStyle. getSheet()スタイル・シート。StyleSheetStyleSheetList. item(int index)インデックス番号を指定してスタイル・シートを取得するために使用します。