getElement
public String getElement(int i)
throws ArrayIndexOutOfBoundsException
Get the element at the given index
i
- Index of element to get
- The element at the given index
getElementCount
public int getElementCount()
Return the count of elements defined for this extension element
- the count of elements defined for this extension element
getElements
public StringVector getElements()
Get StringVector of elements defined for this extension
- StringVector of elements defined for this extension
getFunction
public String getFunction(int i)
throws ArrayIndexOutOfBoundsException
Get a function at a given index in this extension element
i
- Index of function to get
- Name of Function at given index
getFunctionCount
public int getFunctionCount()
Get count of functions defined in this extension element
- count of functions defined in this extension element
getFunctions
public StringVector getFunctions()
Get the names of functions defined in this extension
- StringVector holding the names of functions defined in this extension
getPrefix
public String getPrefix()
Get the prefix for this extension element
- getPrefix in interface Node
- getPrefix in interface UnImplNode
- Prefix for this extension element
getXSLToken
public int getXSLToken()
Get an int constant identifying the type of element.
- getXSLToken in interface ElemTemplateElement
- The token ID for this element
setElements
public void setElements(StringVector v)
Set StringVector of elements for this extension
v
- StringVector of elements to set
setFunctions
public void setFunctions(StringVector v)
Set the names of functions defined in this extension
v
- StringVector holding the names of functions defined in this extension
setPrefix
public void setPrefix(String v)
Set the prefix for this extension element
- setPrefix in interface Node
- setPrefix in interface UnImplNode
v
- Prefix to set for this extension element