org.exolab.adaptx.xslt
public class XSLImport extends XSLObject
| Field Summary | |
|---|---|
| static int | IMPORT
an int value indicating the xsl:import type
|
| static int | INCLUDE
an int value indicating the xsl:include type
|
| Constructor Summary | |
|---|---|
| XSLImport()
Creates a new XSLImport
| |
| XSLImport(XSLTStylesheet stylesheet)
Creates a new XSLImport
| |
| Method Summary | |
|---|---|
| String | getHref()
Retrieves the href attribute of this XSLImport |
| InputStream | getInputStream(String documentBase)
Returns an InputStream for the file represented by the href
of this XSLImport |
| XSLTStylesheet | getStylesheet()
Returns the Stylesheet that this Import references |
| void | setStylesheet(XSLTStylesheet stylesheet)
Sets the Stylesheet that this Import references |
Returns: the href String of this XSLImport
Parameters: documentBase the document base for resolving relative URIs.
Returns: an InputStream for the file represented by this elements href attribute
Returns: the XSLStylesheet that this import references
Parameters: stylesheet the XSLStylesheet that this Import references