org.apache.batik.css
Interface ExtendedLinkStyle

All Superinterfaces:
LinkStyle
All Known Implementing Classes:
SVGOMStyleElement, SVGStyleSheetProcessingInstruction

public interface ExtendedLinkStyle
extends LinkStyle

This interface is an extension of the standard LinkStyle interface.


Method Summary
 java.lang.String getStyleSheetURI()
          Returns the URI of the referenced stylesheet.
 
Methods inherited from interface org.w3c.dom.stylesheets.LinkStyle
getSheet
 

Method Detail

getStyleSheetURI

public java.lang.String getStyleSheetURI()
Returns the URI of the referenced stylesheet.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.