Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > c9ab6176cdb3bd12c388e27bee18050a > files > 208

xml-commons-jaxp-1.3-apis-manual-1.3.04-0.0.1mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: LinkStyle.xml 225913 2001-06-01 11:15:37Z dims $ -->
<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>