org.exolab.adaptx.xslt
public class AttributeSet extends XSLObject
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Constructor Summary | |
---|---|
AttributeSet(String name)
Creates a new AttributeSet
|
Method Summary | |
---|---|
boolean | appendAction(XSLObject xslObj)
Overrides appendAction in XSLObject to only allow
valid XSLObjects for this XSLObject
|
XSLObject | copy() |
String | getName()
Returns the name attribute of this AttributeSet |
String | getUseAttributeSets()
Returns the value of the 'use-attribute-sets' attribute, or
null of no value has been set.
|
void | setUseAttributeSets(String useAtts)
Sets the value of the 'use-attribute-sets' attribute.
|
Returns: the name of the AttributeSet
Returns: the value of the 'use-attribute-sets' attribute.
Parameters: useAtts the value of the 'use-attribute-sets' attribute.
See Also: AttributeSet