Class XSLPIHandler

java.lang.Object
org.exolab.adaptx.xslt.XSLPIHandler

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

    • STYLESHEET_PI_OLD

      public static String STYLESHEET_PI_OLD
    • STYLESHEET_PI

      public static String STYLESHEET_PI
    • HREF_ATTR

      public static String HREF_ATTR
  • Constructor Details

    • XSLPIHandler

      public XSLPIHandler()
      Create an XSLPIHandler with the specified XSLIterpreter
      See Also:
      • invalid reference
        ser.nexus.XSLInterpreter
  • Method Details

    • handlePI

      public void handlePI(String target, String data)
      Handles the given PI
      Parameters:
      pi - the ProcessingInstruction to handle
    • getStylesheetHref

      public String getStylesheetHref()
    • getDocumentBase

      public String getDocumentBase()
    • setDocumentBase

      public void setDocumentBase(String documentBase)