org.exolab.adaptx.xslt
Class XSLPIHandler
java.lang.Object
org.exolab.adaptx.xslt.XSLPIHandler
public class XSLPIHandler
extends java.lang.Object
This class handle Processor Instructions for the XSL processor
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
XSLPIHandler() - Create an XSLPIHandler with the specified XSLIterpreter
|
HREF_ATTR
public static String HREF_ATTR
STYLESHEET_PI
public static String STYLESHEET_PI
STYLESHEET_PI_OLD
public static String STYLESHEET_PI_OLD
XSLPIHandler
public XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter
getDocumentBase
public String getDocumentBase()
getStylesheetHref
public String getStylesheetHref()
handlePI
public void handlePI(String target,
String data)
Handles the given PI
setDocumentBase
public void setDocumentBase(String documentBase)