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
-
AttributeSet(XSLStylesheet, String)
- Creates a new AttributeSet
-
appendAction(XSLObject)
- Overrides appendAction in XSLObject to only allow
valid XSLObjects for this XSLObject
-
copy()
-
-
getName()
- Returns the name attribute of this AttributeSet
AttributeSet
public AttributeSet(XSLStylesheet parentStylesheet,
String name)
- Creates a new AttributeSet
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
All Packages Class Hierarchy This Package Previous Next Index