|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.adaptx.xslt.XSLObject
org.exolab.adaptx.xslt.AttributeSet
public class AttributeSet
Represents an xsl:attribute-set
Field Summary |
---|
Fields inherited from class org.exolab.adaptx.xslt.XSLObject |
---|
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 |
Constructor Summary | |
---|---|
AttributeSet(java.lang.String name)
Creates a new AttributeSet |
Method Summary | |
---|---|
boolean |
appendAction(XSLObject xslObj)
Overrides appendAction in XSLObject to only allow valid XSLObjects for this XSLObject |
XSLObject |
copy()
|
java.lang.String |
getName()
Returns the name attribute of this AttributeSet |
java.lang.String |
getUseAttributeSets()
Returns the value of the 'use-attribute-sets' attribute, or null of no value has been set. |
void |
setUseAttributeSets(java.lang.String useAtts)
Sets the value of the 'use-attribute-sets' attribute. |
Methods inherited from class org.exolab.adaptx.xslt.XSLObject |
---|
addNamespaceDecl, appendText, appendText, getActions, getAttribute, getAttributes, getNamespace, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setAttribute, setNamespace, setTypeName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeSet(java.lang.String name)
Method Detail |
---|
public XSLObject copy()
public java.lang.String getName()
public boolean appendAction(XSLObject xslObj)
appendAction
in class XSLObject
xslObj
- the XSLObject to add to this XSLObject's
list of actions
public java.lang.String getUseAttributeSets()
public void setUseAttributeSets(java.lang.String useAtts)
useAtts
- the value of the 'use-attribute-sets' attribute.getUseAttributeSets()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |