http://www.w3.org/DOM/DOMTM git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225913 13f79535-47bb-0310-9956-ffa450edef68
23 lines
807 B
XML
23 lines
807 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- $Id$ -->
|
|
<interface id="StyleSheets-LinkStyle" name="LinkStyle" since="DOM Level 2">
|
|
<descr>
|
|
<p>
|
|
The <code>LinkStyle</code> 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 <code>LinkStyle</code> interface can
|
|
be obtained using binding-specific casting methods on an instance of a
|
|
linking node (<code>HTMLLinkElement</code>, <code>HTMLStyleElement</code>
|
|
or <code>ProcessingInstruction</code> in DOM Level 2).
|
|
</p>
|
|
</descr>
|
|
<attribute id="StyleSheets-LinkStyle-sheet" name="sheet"
|
|
type="StyleSheet" readonly="yes">
|
|
<descr>
|
|
<p>
|
|
The style sheet.
|
|
</p>
|
|
</descr>
|
|
</attribute>
|
|
</interface>
|