Packagedom.style.stylesheets
Classpublic class LinkStyle
InheritanceLinkStyle Inheritance Object

Introduced in: DOM 2 Core 

The LinkStyle interface provides a mechanism by which a style sheet can be retrieved from the node responsible for linking it into a document. An instance of the LinkStyle interface can be obtained using binding-specific casting methods on an instance of a linking node.

See also

W3C - DOM Level 2 Style: LinkStyle


Public Properties
 PropertyDefined By
  DOM 2 Style sheet : StyleSheet
[read-only] The style sheet.
LinkStyle
Property Detail
DOM 2 Style sheetproperty
sheet:StyleSheet  [read-only]

Introduced in: DOM 2 Core 

The style sheet.


Implementation
    public function get sheet():StyleSheet

See also