|
|||||||||
Home >> All >> org >> w3c >> dom >> [ stylesheets overview ] | PREV NEXT |
A
- appendMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
- Adds the medium
newMedium
to the end of the list.
D
- DocumentStyle - interface org.w3c.dom.stylesheets.DocumentStyle.
- The
DocumentStyle
interface provides a mechanism by which the style sheets embedded in a document can be retrieved. - deleteMedium(String) - Method in interface org.w3c.dom.stylesheets.MediaList
- Deletes the medium indicated by
oldMedium
from the list.
G
- getDisabled() - Method in interface org.w3c.dom.stylesheets.StyleSheet
false
if the style sheet is applied to the document.- getHref() - Method in interface org.w3c.dom.stylesheets.StyleSheet
- If the style sheet is a linked style sheet, the value of its attribute is its location.
- getLength() - Method in interface org.w3c.dom.stylesheets.MediaList
- The number of media in the list.
- getLength() - Method in interface org.w3c.dom.stylesheets.StyleSheetList
- The number of
StyleSheets
in the list. - getMedia() - Method in interface org.w3c.dom.stylesheets.StyleSheet
- The intended destination media for style information.
- getMediaText() - Method in interface org.w3c.dom.stylesheets.MediaList
- The parsable textual representation of the media list.
- getOwnerNode() - Method in interface org.w3c.dom.stylesheets.StyleSheet
- The node that associates this style sheet with the document.
- getParentStyleSheet() - Method in interface org.w3c.dom.stylesheets.StyleSheet
- For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
- getSheet() - Method in interface org.w3c.dom.stylesheets.LinkStyle
- The style sheet.
- getStyleSheets() - Method in interface org.w3c.dom.stylesheets.DocumentStyle
- A list containing all the style sheets explicitly linked into or embedded in a document.
- getTitle() - Method in interface org.w3c.dom.stylesheets.StyleSheet
- The advisory title.
- getType() - Method in interface org.w3c.dom.stylesheets.StyleSheet
- This specifies the style sheet language for this style sheet.
I
- item(int) - Method in interface org.w3c.dom.stylesheets.MediaList
- Returns the
index
th in the list. - item(int) - Method in interface org.w3c.dom.stylesheets.StyleSheetList
- Used to retrieve a style sheet by ordinal index.
L
- LinkStyle - interface org.w3c.dom.stylesheets.LinkStyle.
- The
LinkStyle
interface provides a mechanism by which a style sheet can be retrieved from the node responsible for linking it into a document.
M
- MediaList - interface org.w3c.dom.stylesheets.MediaList.
- The
MediaList
interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
O
- org.w3c.dom.stylesheets - package org.w3c.dom.stylesheets
- This package contains the DOM Level 3 Core interfaces.
S
- StyleSheet - interface org.w3c.dom.stylesheets.StyleSheet.
- The
StyleSheet
interface is the abstract base interface for any type of style sheet. - StyleSheetList - interface org.w3c.dom.stylesheets.StyleSheetList.
- The
StyleSheetList
interface provides the abstraction of an ordered collection of style sheets. - setDisabled(boolean) - Method in interface org.w3c.dom.stylesheets.StyleSheet
false
if the style sheet is applied to the document.- setMediaText(String) - Method in interface org.w3c.dom.stylesheets.MediaList
- The parsable textual representation of the media list.
A D G I L M O S
|
|||||||||
Home >> All >> org >> w3c >> dom >> [ stylesheets overview ] | PREV NEXT |