org.exolab.adaptx.xslt

Class AttributeSet

public class AttributeSet extends XSLObject

Represents an xsl:attribute-set

Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $

Author: Keith Visco

Constructor Summary
AttributeSet(String name)
Creates a new AttributeSet
Method Summary
booleanappendAction(XSLObject xslObj)
Overrides appendAction in XSLObject to only allow valid XSLObjects for this XSLObject
XSLObjectcopy()
StringgetName()
Returns the name attribute of this AttributeSet
StringgetUseAttributeSets()
Returns the value of the 'use-attribute-sets' attribute, or null of no value has been set.
voidsetUseAttributeSets(String useAtts)
Sets the value of the 'use-attribute-sets' attribute.

Constructor Detail

AttributeSet

public AttributeSet(String name)
Creates a new AttributeSet

Method Detail

appendAction

public boolean appendAction(XSLObject xslObj)
Overrides appendAction in XSLObject to only allow valid XSLObjects for this XSLObject

copy

public XSLObject copy()

getName

public String getName()
Returns the name attribute of this AttributeSet

Returns: the name of the AttributeSet

getUseAttributeSets

public String getUseAttributeSets()
Returns the value of the 'use-attribute-sets' attribute, or null of no value has been set.

Returns: the value of the 'use-attribute-sets' attribute.

setUseAttributeSets

public void setUseAttributeSets(String useAtts)
Sets the value of the 'use-attribute-sets' attribute.

Parameters: useAtts the value of the 'use-attribute-sets' attribute.

See Also: AttributeSet