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
- Version:
- $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
Constructor Summary |
XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STYLESHEET_PI_OLD
public static java.lang.String STYLESHEET_PI_OLD
STYLESHEET_PI
public static java.lang.String STYLESHEET_PI
HREF_ATTR
public static java.lang.String HREF_ATTR
XSLPIHandler
public XSLPIHandler()
- Create an XSLPIHandler with the specified XSLIterpreter
- See Also:
ser.nexus.XSLInterpreter
handlePI
public void handlePI(java.lang.String target,
java.lang.String data)
- Handles the given PI
- Parameters:
pi
- the ProcessingInstruction to handle
getStylesheetHref
public java.lang.String getStylesheetHref()
getDocumentBase
public java.lang.String getDocumentBase()
setDocumentBase
public void setDocumentBase(java.lang.String documentBase)