All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.XSLUse

com.kvisco.xsl.XSLObject
   |
   +----com.kvisco.xsl.EmptyXSLObject
           |
           +----com.kvisco.xsl.XSLUse

public class XSLUse
extends EmptyXSLObject
This class represents an xsl:use element

Author:
Keith Visco

Method Index

 o getAttributeSetName()
Returns the name of the AttributeSet that this XSLUse references
 o setAttributeSetName(String)
Sets the name of the AttributeSet that this XSLUse references

Methods

 o getAttributeSetName
 public String getAttributeSetName()
Returns the name of the AttributeSet that this XSLUse references

Returns:
the name of the AttributeSet that this XSLUse references
 o setAttributeSetName
 public void setAttributeSetName(String name)
Sets the name of the AttributeSet that this XSLUse references


All Packages  Class Hierarchy  This Package  Previous  Next  Index