org.exolab.adaptx.xslt

Class XSLPIHandler

public class XSLPIHandler extends 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

Field Summary
static StringHREF_ATTR
static StringSTYLESHEET_PI
static StringSTYLESHEET_PI_OLD
Constructor Summary
XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter
Method Summary
StringgetDocumentBase()
StringgetStylesheetHref()
voidhandlePI(String target, String data)
Handles the given PI
voidsetDocumentBase(String documentBase)

Field Detail

HREF_ATTR

public static String HREF_ATTR

STYLESHEET_PI

public static String STYLESHEET_PI

STYLESHEET_PI_OLD

public static String STYLESHEET_PI_OLD

Constructor Detail

XSLPIHandler

public XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter

See Also: ser.nexus.XSLInterpreter

Method Detail

getDocumentBase

public String getDocumentBase()

getStylesheetHref

public String getStylesheetHref()

handlePI

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

Parameters: pi the ProcessingInstruction to handle

setDocumentBase

public void setDocumentBase(String documentBase)