All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.Id
com.kvisco.xsl.XSLObject
|
+----com.kvisco.xsl.EmptyXSLObject
|
+----com.kvisco.xsl.Id
- public class Id
- extends EmptyXSLObject
Represents an xsl:id element
- Author:
- Keith Visco (kvisco@ziplink.net)
-
Id(XSLStylesheet)
- Creates a new Id element
-
getElementType()
- Returns the element type that this Id is for
-
getIdAttribute()
- Returns the name of the attribute to use as an element Id
-
setElementType(String)
- Sets the element type that this Id Attribute is for
-
setIdAttribute(String)
- Sets the name of the attribute to use as an element Id
Id
public Id(XSLStylesheet parentStylesheet)
- Creates a new Id element
getIdAttribute
public String getIdAttribute()
- Returns the name of the attribute to use as an element Id
- Returns:
- the name of the attribute to use as an element Id
getElementType
public String getElementType()
- Returns the element type that this Id is for
- Returns:
- the element type that this Id is for
setElementType
public void setElementType(String elementType)
- Sets the element type that this Id Attribute is for
- Parameters:
- 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
- Parameters:
- attributeName - the name of the attribute to use as an Id
All Packages Class Hierarchy This Package Previous Next Index