Class 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 Detail

      • AttributeSet

        public AttributeSet​(java.lang.String name)
        Creates a new AttributeSet
    • Method Detail

      • getName

        public java.lang.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 java.lang.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​(java.lang.String useAtts)
        Sets the value of the 'use-attribute-sets' attribute.
        Parameters:
        useAtts - the value of the 'use-attribute-sets' attribute.
        See Also:
        getUseAttributeSets()