All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.XSLPIHandler
com.kvisco.xsl.XSLPIHandler
- public class XSLPIHandler
This class handle Processor Instructions for the XSL processor
- Author:
- Keith Visco
-
HREF_ATTR
-
-
STYLESHEET_PI
-
-
STYLESHEET_PI_OLD
-
-
XSLPIHandler()
- Create an XSLPIHandler with the specified XSLIterpreter
-
getDocumentBase()
-
-
getStylesheetHref()
-
-
handlePI(ProcessingInstruction)
- Handles the given PI
-
setDocumentBase(String)
-
STYLESHEET_PI_OLD
public static String STYLESHEET_PI_OLD
STYLESHEET_PI
public static String STYLESHEET_PI
HREF_ATTR
public static String HREF_ATTR
XSLPIHandler
public XSLPIHandler()
- Create an XSLPIHandler with the specified XSLIterpreter
- See Also:
- XSLInterpreter
handlePI
public void handlePI(ProcessingInstruction pi)
- Handles the given PI
- Parameters:
- pi - the ProcessingInstruction to handle
getStylesheetHref
public String getStylesheetHref()
getDocumentBase
public String getDocumentBase()
setDocumentBase
public void setDocumentBase(String documentBase)
All Packages Class Hierarchy This Package Previous Next Index