org.exolab.adaptx.xslt

Class 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

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)

Field Details

HREF_ATTR

public static String HREF_ATTR

STYLESHEET_PI

public static String STYLESHEET_PI

STYLESHEET_PI_OLD

public static String STYLESHEET_PI_OLD

Constructor Details

XSLPIHandler

public XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter
See Also:
ser.nexus.XSLInterpreter

Method Details

getDocumentBase

public String getDocumentBase()

getStylesheetHref

public String getStylesheetHref()

handlePI

public void handlePI(String target,
                     String data)
Handles the given PI
Parameters:

setDocumentBase

public void setDocumentBase(String documentBase)