org.exolab.adaptx.xslt
Class Id
Represents an xsl:id element
$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 |
Id()- Creates a new Id element
|
String | getElementType()- Returns the element type that this Id is for
|
String | getIdAttribute()- Returns the name of the attribute to use as an element Id
|
void | setElementType(String elementType)- Sets the element type that this Id Attribute is for
|
void | setIdAttribute(String attributeName)- Sets the name of the attribute to use as an element Id
|
addNamespaceDecl, appendAction, appendText, appendText, getActions, getAttribute, getAttributes, getNamespace, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setAttribute, setNamespace, setTypeName |
Id
public Id()
Creates a new Id element
getElementType
public String getElementType()
Returns the element type that this Id is for
- the element type that this Id is for
getIdAttribute
public String getIdAttribute()
Returns the name of the attribute to use as an element Id
- the name of the attribute to use as an element Id
setElementType
public void setElementType(String elementType)
Sets the element type that this Id Attribute is for
elementType - the element type (gi) that this Id is for
using the wildcard '*' will match all element types
setIdAttribute
public void setIdAttribute(String attributeName)
Sets the name of the attribute to use as an element Id
attributeName - the name of the attribute to use as an Id