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
    • Constructor Summary

      Constructors 
      Constructor Description
      XSLPIHandler()
      Create an XSLPIHandler with the specified XSLIterpreter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)