Package 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 08:38:44 +0100 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HREF_ATTR
static java.lang.String
STYLESHEET_PI
static java.lang.String
STYLESHEET_PI_OLD
-
Constructor Summary
Constructors Constructor Description XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDocumentBase()
java.lang.String
getStylesheetHref()
void
handlePI(java.lang.String target, java.lang.String data)
Handles the given PIvoid
setDocumentBase(java.lang.String documentBase)
-
-
-
Method Detail
-
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)
-
-