All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.XSLPIHandler

com.kvisco.xsl.XSLPIHandler

public class XSLPIHandler
This class handle Processor Instructions for the XSL processor

Author:
Keith Visco

Variable Index

 o HREF_ATTR
 o STYLESHEET_PI
 o STYLESHEET_PI_OLD

Constructor Index

 o XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter

Method Index

 o getDocumentBase()
 o getStylesheetHref()
 o handlePI(ProcessingInstruction)
Handles the given PI
 o setDocumentBase(String)

Variables

 o STYLESHEET_PI_OLD
 public static String STYLESHEET_PI_OLD
 o STYLESHEET_PI
 public static String STYLESHEET_PI
 o HREF_ATTR
 public static String HREF_ATTR

Constructors

 o XSLPIHandler
 public XSLPIHandler()
Create an XSLPIHandler with the specified XSLIterpreter

See Also:
XSLInterpreter

Methods

 o handlePI
 public void handlePI(ProcessingInstruction pi)
Handles the given PI

Parameters:
pi - the ProcessingInstruction to handle
 o getStylesheetHref
 public String getStylesheetHref()
 o getDocumentBase
 public String getDocumentBase()
 o setDocumentBase
 public void setDocumentBase(String documentBase)

All Packages  Class Hierarchy  This Package  Previous  Next  Index