org.exolab.adaptx.xslt
Class AttributeSet
public class AttributeSet
Represents an xsl:attribute-set
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
APPLY_IMPORTS, APPLY_TEMPLATES, ARG, ATTRIBUTE, ATTRIBUTE_SET, CALL_TEMPLATE, CDATA, CHOOSE, COMMENT, CONTENTS, COPY, COPY_OF, ELEMENT, ENTITY_REF, FOR_EACH, FUNCTIONS, ID, IF, IMPORT, INCLUDE, KEY, LITERAL, LOCALE, MESSAGE, NUMBER, OTHERWISE, OUTPUT, PARAM, PI, PRESERVE_SPACE, SCRIPT, SORT, STRIP_SPACE, STYLESHEET, TEMPLATE, TEXT, VALUE_OF, VARIABLE, WHEN, WITH_PARAM |
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.
|
addNamespaceDecl, appendAction, appendText, appendText, getActions, getAttribute, getAttributes, getNamespace, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setAttribute, setNamespace, setTypeName |
AttributeSet
public AttributeSet(String name)
Creates a new AttributeSet
appendAction
public boolean appendAction(XSLObject xslObj)
Overrides appendAction in XSLObject to only allow
valid XSLObjects for this XSLObject
- appendAction in interface XSLObject
getName
public String getName()
Returns the name attribute of this AttributeSet
- the name of the AttributeSet
getUseAttributeSets
public String getUseAttributeSets()
Returns the value of the 'use-attribute-sets' attribute, or
null of no value has been set.
- the value of the 'use-attribute-sets' attribute.
setUseAttributeSets
public void setUseAttributeSets(String useAtts)
Sets the value of the 'use-attribute-sets' attribute.
useAtts - the value of the 'use-attribute-sets' attribute.