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)

Constructor Index

 o Id(XSLStylesheet)
Creates a new Id element

Method Index

 o getElementType()
Returns the element type that this Id is for
 o getIdAttribute()
Returns the name of the attribute to use as an element Id
 o setElementType(String)
Sets the element type that this Id Attribute is for
 o setIdAttribute(String)
Sets the name of the attribute to use as an element Id

Constructors

 o Id
 public Id(XSLStylesheet parentStylesheet)
Creates a new Id element

Methods

 o 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
 o getElementType
 public String getElementType()
Returns the element type that this Id is for

Returns:
the element type that this Id is for
 o 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
 
 o 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