|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adobe.idml.XslParam
public class XslParam
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 |
|---|
public XslParam(java.lang.String paramName,
java.lang.String paramValue)
paramName - The name of the XSL parameter.paramValue - The value for the XSL parameter.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||