com.adobe.idml
Class XslParam

java.lang.Object
  extended by com.adobe.idml.XslParam

public class XslParam
extends java.lang.Object

This class stores a single parameter name/value pair These parameters are used to add parameters from the Java application to the XSL StyleSheets at transform time. Note: Maps were not used to store name/value pairs because duplicate names will need to be stored.


Constructor Summary
XslParam(java.lang.String paramName, java.lang.String paramValue)
          This constructor loads the parameter name and value.
 
Method Summary
 java.lang.String getName()
          Get the parameter name.
 java.lang.String getValue()
          Get the parameter value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XslParam

public XslParam(java.lang.String paramName,
                java.lang.String paramValue)
This constructor loads the parameter name and value.

Parameters:
paramName - The name of the XSL parameter.
paramValue - The value for the XSL parameter.
Method Detail

getName

public java.lang.String getName()
Get the parameter name.

Returns:
The name of the parameter.

getValue

public java.lang.String getValue()
Get the parameter value

Returns:
The value for the parameter.


Copyright © 2008 Adobe Systems Incorporated. All Rights Reserved.