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
-
getAttributeSetName()
- Returns the name of the AttributeSet that this XSLUse references
-
setAttributeSetName(String)
- Sets the name of the AttributeSet that this XSLUse references
getAttributeSetName
public String getAttributeSetName()
- Returns the name of the AttributeSet that this XSLUse references
- Returns:
- the name of the AttributeSet that this XSLUse references
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