C E F G M N R S T U W X

C

clearParameters() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Clear all parameters set with setParameter.
close() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Close the network connection between the xaTransformer and the device.
com.datapower.xml.xslt.xa - package com.datapower.xml.xslt.xa
 

E

endFile(String) - Method in interface com.datapower.xml.xslt.xa.xaProgressListener
Notifies that sending the current file is finished

F

finalize() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Closes the network connection between the xaTransformer and the device.
flushStylesheetCache() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Flushes the stylesheet cache of the associated coproc service on the device.

G

getAssociatedStylesheet(Source, String, String, String) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the stylesheet specification(s) associated via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/) with the document specified in the source parameter, and that match the given criteria.
getAttribute(String) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Allows the user to get specific attributes on the underlying implementation.
getDebug() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get the value of the debug attribute of the transformer instance.
getDebug() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the value of the debug attribute of the transformer factory.
getDebug() - Method in class com.datapower.xml.xslt.xa.xaStylesheet
Get the value of the debug attribute of the stylesheet template
getErrorListener() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get error listener for the transformer entity.
getErrorListener() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the error event handler for the TransformerFactory.
getFeature(String) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Look up the value of a feature.
getForceRefresh() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the value of the stylesheet refresh attribute of the transformer factory.
getOutputProperties() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Gets output properties previously provided to the stylesheet.
getOutputProperties() - Method in class com.datapower.xml.xslt.xa.xaStylesheet
Get the output properties defined in this template.
getOutputProperty(String) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Gets output property previously provided to the stylesheet.
getParameter(String) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get a parameter that was explicitly set with setParameter or setParameters.
getProgressListener() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get the progress listener handler for the transformer instance.
getProgressListener() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the progress listener handler for the transformer factory.
getSSL() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the value of the ssl attribute of the transformer factory.
getStylesheetTimeout() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get the value of the stylesheet timeout attribute of the transformer instance This is a DataPower-specific method.
getStylesheetTimeout() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the value of the stylesheet timeout attribute of the transformer factory.
getTransformSerialNo() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get the transform serial number as assigned by the device This serial number can be used to correleate between logs on the device and the transformer instance.
getURIResolver() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Gets the current URI resolver in this transformer.
getURIResolver() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
getValidate() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get the value of the validate attribute of the transformer instance This is a DataPower-specific method.
getValidate() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Get the value of the schema validate attribute of the transformer factory.

M

main(String[]) - Static method in class com.datapower.xml.xslt.xa.xaTransformer
Allows for command line transformations.

N

newInstance() - Static method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Create new transformer factory
newTemplates(Source) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Process the Source into a Templates object, which is a a compiled representation of the source.
newTransformer() - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Create a new Transformer object that performs a copy of the source to the result.
newTransformer() - Method in class com.datapower.xml.xslt.xa.xaStylesheet
Get a transformer entity for performing the transform defined in this template.
newTransformer(Source) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Process the Source into a Transformer object.

R

refreshStylesheet() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Force the contents of the stylesheet to be sent to the device, even if the stylesheet is already in cache on the device, and test whether it has changed since it was last compiled (if ever).
refreshStylesheet(byte) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Deprecated.  
reportStylesheet() - Method in class com.datapower.xml.xslt.xa.xaTransformer
Get the string representing all of the warnings and errors given by the last compilation.
resultReceived() - Method in interface com.datapower.xml.xslt.xa.xaProgressListener
Notifies that xml output has been received
resumeFile(String) - Method in interface com.datapower.xml.xslt.xa.xaProgressListener
Notifies that a previous file is resumed
rxBeat(int) - Method in interface com.datapower.xml.xslt.xa.xaProgressListener
Notifies that a given number of bytes have been received.

S

setAttribute(String, Object) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Allows the user to set specific attributes on the underlying implementation.
setDebug(boolean) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Set the value of the debug attribute of the transformer instance.
setDebug(boolean) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set the value of the debug attribute of the transformer factory.
setDebug(boolean) - Method in class com.datapower.xml.xslt.xa.xaStylesheet
Set the value of the debug attribute of the stylesheet template
setErrorListener(ErrorListener) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Set error listener for the transformer entity.
setErrorListener(ErrorListener) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set the error event handler for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself.
setForceRefresh(boolean) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set the value of the stylesheet refresh attribute of the transformer factory.
setOutputProperties(Properties) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Sets output properties for the stylesheet.
setOutputProperty(String, String) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Sets an output property for the stylesheet.
setParameter(String, Object) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Add a parameter for the transformation.
setProgressListener(xaProgressListener) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Set the progress listener for the transformer instance, which is used for the processing of transformation instructions, and not for the transformation itself.
setProgressListener(xaProgressListener) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set the progress listener for the transformer factory, which is used for the processing of transformation instructions, and not for the transformation itself.
setSSL(boolean) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set the value of the ssl attribute of the transformer factory.
setStylesheetTimeout(int) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Set the value of the stylesheet timeout attribute of the transformer instance This is a DataPower-specific method.
setStylesheetTimeout(int) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set the value of the stylesheet timeout attribute of the transformer factory.
setURIResolver(URIResolver) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Sets URI resolver for this transformer.
setURIResolver(URIResolver) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set an object that is used by default during the transformation to resolve URIs used in xsl:import, or xsl:include.
setValidate(boolean) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Set the value of the validate attribute of the transformer instance
setValidate(boolean) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Set the value of the schema validate attribute of the transformer factory.
startFile(String) - Method in interface com.datapower.xml.xslt.xa.xaProgressListener
Notifies that a new file is about to be transmitted

T

toString() - Method in class com.datapower.xml.xslt.xa.xaStylesheet
Returns string representation of Template Cache URL as known by the device
transform(Source, Result) - Method in class com.datapower.xml.xslt.xa.xaTransformer
Transform xml from source and send to output target, using the stylesheet associated with this Transformer object instance.
txBeat(int) - Method in interface com.datapower.xml.xslt.xa.xaProgressListener
Notifies that a given number of bytes have been send.

U

uploadDTD(Source) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Deprecated.  
uploadDTD(Source, String) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Deprecated.  
uploadFile(Source) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Deprecated.  
uploadFile(Source, String) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Deprecated.  
uploadSchema(Source) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Deprecated.  
uploadSchema(Source, String) - Method in class com.datapower.xml.xslt.xa.xaTransformerFactory
Deprecated.  

W

waitForResult() - Method in interface com.datapower.xml.xslt.xa.xaProgressListener
Notifies that xml input has been consumed, and the client is waiting for xml output to start

X

xaConnectionException - exception com.datapower.xml.xslt.xa.xaConnectionException.
 
xaConnectionException(String) - Constructor for class com.datapower.xml.xslt.xa.xaConnectionException
 
xaIdleConnectionException - exception com.datapower.xml.xslt.xa.xaIdleConnectionException.
 
xaIdleConnectionException(String) - Constructor for class com.datapower.xml.xslt.xa.xaIdleConnectionException
 
xaIllegalArgumentException - exception com.datapower.xml.xslt.xa.xaIllegalArgumentException.
 
xaIllegalArgumentException(String) - Constructor for class com.datapower.xml.xslt.xa.xaIllegalArgumentException
 
xaProgressListener - interface com.datapower.xml.xslt.xa.xaProgressListener.
The xaProgressListener interface is implemented by objects that monitor the progress of the transform; the methods in this interface are invoked by code that performs the transform.
xaStylesheet - class com.datapower.xml.xslt.xa.xaStylesheet.
 
xaTransformer - class com.datapower.xml.xslt.xa.xaTransformer.
xaTransformer is a standard part of the TRaX API.
xaTransformerConfigurationException - exception com.datapower.xml.xslt.xa.xaTransformerConfigurationException.
 
xaTransformerConfigurationException(String) - Constructor for class com.datapower.xml.xslt.xa.xaTransformerConfigurationException
 
xaTransformerConfigurationException(TransformerException) - Constructor for class com.datapower.xml.xslt.xa.xaTransformerConfigurationException
 
xaTransformerException - exception com.datapower.xml.xslt.xa.xaTransformerException.
 
xaTransformerException(String) - Constructor for class com.datapower.xml.xslt.xa.xaTransformerException
 
xaTransformerFactory - class com.datapower.xml.xslt.xa.xaTransformerFactory.
TransformerFactory is the main interface into the TRaX API.
xaTransformerFactory() - Constructor for class com.datapower.xml.xslt.xa.xaTransformerFactory
transformer factory constructor

C E F G M N R S T U W X