org.exolab.adaptx.xslt
Class XSLPIHandler

java.lang.Object
  extended by 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

Field Summary
static java.lang.String HREF_ATTR
           
static java.lang.String STYLESHEET_PI
           
static java.lang.String STYLESHEET_PI_OLD
           
 
Constructor Summary
XSLPIHandler()
          Create an XSLPIHandler with the specified XSLIterpreter
 
Method Summary
 java.lang.String getDocumentBase()
           
 java.lang.String getStylesheetHref()
           
 void handlePI(java.lang.String target, java.lang.String data)
          Handles the given PI
 void setDocumentBase(java.lang.String documentBase)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XSLPIHandler

public XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter

See Also:
ser.nexus.XSLInterpreter
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)