|
||||||||
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.EmptyXSLObject
org.exolab.adaptx.xslt.Id
public class Id
Represents an xsl:id element
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 | |
---|---|
Id()
Creates a new Id element |
Method Summary | |
---|---|
java.lang.String |
getElementType()
Returns the element type that this Id is for |
java.lang.String |
getIdAttribute()
Returns the name of the attribute to use as an element Id |
void |
setElementType(java.lang.String elementType)
Sets the element type that this Id Attribute is for |
void |
setIdAttribute(java.lang.String attributeName)
Sets the name of the attribute to use as an element Id |
Methods inherited from class org.exolab.adaptx.xslt.XSLObject |
---|
addNamespaceDecl, appendAction, 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 Id()
Method Detail |
---|
public java.lang.String getIdAttribute()
public java.lang.String getElementType()
public void setElementType(java.lang.String elementType)
elementType
- the element type (gi) that this Id is for
using the wildcard '*' will match all element types
public void setIdAttribute(java.lang.String attributeName)
attributeName
- the name of the attribute to use as an Id
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |