org.exolab.adaptx.xslt
public class XSLPIHandler extends Object
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
| Field Summary | |
|---|---|
| static String | HREF_ATTR |
| static String | STYLESHEET_PI |
| static String | STYLESHEET_PI_OLD |
| Constructor Summary | |
|---|---|
| XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter | |
| Method Summary | |
|---|---|
| String | getDocumentBase() |
| String | getStylesheetHref() |
| void | handlePI(String target, String data)
Handles the given PI |
| void | setDocumentBase(String documentBase) |
See Also: ser.nexus.XSLInterpreter
Parameters: pi the ProcessingInstruction to handle