Class AttributeSet

java.lang.Object
org.exolab.adaptx.xslt.XSLObject
org.exolab.adaptx.xslt.AttributeSet

public class AttributeSet extends XSLObject
Represents an xsl:attribute-set
Version:
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
Author:
Keith Visco
  • Constructor Details

    • AttributeSet

      public AttributeSet(String name)
      Creates a new AttributeSet
  • Method Details

    • copy

      public XSLObject copy()
    • getName

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

      public boolean appendAction(XSLObject xslObj)
      Overrides appendAction in XSLObject to only allow valid XSLObjects for this XSLObject
      Overrides:
      appendAction in class XSLObject
      Parameters:
      xslObj - the XSLObject to add to this XSLObject's list of actions
      Returns:
      true if the given XSLObject has been added to this XSLObject otherwise false
    • 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: