com.datapower.xml.xslt.xa
Class xaStylesheet

java.lang.Object
  |
  +--com.datapower.xml.xslt.xa.xaStylesheet
All Implemented Interfaces:
javax.xml.transform.Templates

public class xaStylesheet
extends java.lang.Object
implements javax.xml.transform.Templates


Method Summary
 boolean getDebug()
          Get the value of the debug attribute of the stylesheet template
 java.util.Properties getOutputProperties()
          Get the output properties defined in this template.
 javax.xml.transform.Transformer newTransformer()
          Get a transformer entity for performing the transform defined in this template.
 void setDebug(boolean debug)
          Set the value of the debug attribute of the stylesheet template
 java.lang.String toString()
          Returns string representation of Template Cache URL as known by the device
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOutputProperties

public java.util.Properties getOutputProperties()
Get the output properties defined in this template. getOutputProperties is a standard method of the TRaX API. It is currently unimplemented and always returns null.

Specified by:
getOutputProperties in interface javax.xml.transform.Templates
Returns:
null

newTransformer

public javax.xml.transform.Transformer newTransformer()
                                               throws javax.xml.transform.TransformerConfigurationException
Get a transformer entity for performing the transform defined in this template. This is a standard method of the TRaX API.

Specified by:
newTransformer in interface javax.xml.transform.Templates
Returns:
Transformer object for this stylesheet.
javax.xml.transform.TransformerConfigurationException

getDebug

public boolean getDebug()
Get the value of the debug attribute of the stylesheet template

Returns:
The value of the debug attribute.

setDebug

public void setDebug(boolean debug)
Set the value of the debug attribute of the stylesheet template

Parameters:
debug - The value of the debug attribute.

toString

public java.lang.String toString()
Returns string representation of Template Cache URL as known by the device

Overrides:
toString in class java.lang.Object
Returns:
cache URL