org.apache.xalan.xslt
Class StylesheetSpec

org.apache.xalan.xslt.StylesheetSpec

public class StylesheetSpec

This class implements the representation of a stylesheet specification via xml-stylesheet in an XML document.


Constructor Summary
StylesheetSpec(java.lang.String href, java.lang.String type, java.lang.String title, java.lang.String media, boolean alternate, java.lang.String encoding)
          Create a StylesheetSpec object.
 
Method Summary
 java.lang.String getEncoding()
          Get the encoding of the stylesheet.
 boolean getIsAlternate()
          Get whether or not the stylesheet is specified as an alternate.
 java.lang.String getMedia()
          Get the media attribute of the stylesheet.
 java.lang.String getTitle()
          Get the title of the element (in other words, the item to be presented to the user agent).
 java.lang.String getType()
          Get the type of the stylesheet, i.e.
 

Constructor Detail

StylesheetSpec

public StylesheetSpec(java.lang.String href,
                      java.lang.String type,
                      java.lang.String title,
                      java.lang.String media,
                      boolean alternate,
                      java.lang.String encoding)
Create a StylesheetSpec object.
Method Detail

getEncoding

public java.lang.String getEncoding()
Get the encoding of the stylesheet.

getType

public java.lang.String getType()
Get the type of the stylesheet, i.e. "text/xsl".

getTitle

public java.lang.String getTitle()
Get the title of the element (in other words, the item to be presented to the user agent).

getMedia

public java.lang.String getMedia()
Get the media attribute of the stylesheet.

getIsAlternate

public boolean getIsAlternate()
Get whether or not the stylesheet is specified as an alternate.


Copyright © 2000 Apache XML Project. All Rights Reserved.