|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.xalan.xslt.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 |
public StylesheetSpec(java.lang.String href, java.lang.String type, java.lang.String title, java.lang.String media, boolean alternate, java.lang.String encoding)
Method Detail |
public java.lang.String getEncoding()
public java.lang.String getType()
public java.lang.String getTitle()
public java.lang.String getMedia()
public boolean getIsAlternate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |