All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.AttributeSet

com.kvisco.xsl.XSLObject
   |
   +----com.kvisco.xsl.AttributeSet

public class AttributeSet
extends XSLObject
Represents an xsl:attribute-set

Author:
Keith Visco

Constructor Index

 o AttributeSet(XSLStylesheet, String)
Creates a new AttributeSet

Method Index

 o appendAction(XSLObject)
Overrides appendAction in XSLObject to only allow valid XSLObjects for this XSLObject
 o copy()
 o getName()
Returns the name attribute of this AttributeSet

Constructors

 o AttributeSet
 public AttributeSet(XSLStylesheet parentStylesheet,
                     String name)
Creates a new AttributeSet

Methods

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

Returns:
the name of the AttributeSet
 o appendAction
 public boolean appendAction(XSLObject xslObj)
Overrides appendAction in XSLObject to only allow valid XSLObjects for this XSLObject

Overrides:
appendAction in class XSLObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index