org.apache.xalan.templates
public class ElemExtensionDecl extends ElemTemplateElement
UNKNOWN: internal
| Constructor Summary | |
|---|---|
| ElemExtensionDecl()
Constructor ElemExtensionDecl
| |
| Method Summary | |
|---|---|
| void | compose(StylesheetRoot sroot) |
| String | getElement(int i)
Get the element at the given index
|
| int | getElementCount()
Return the count of elements defined for this extension element
|
| StringVector | getElements()
Get StringVector of elements defined for this extension
|
| String | getFunction(int i)
Get a function at a given index in this extension element
|
| int | getFunctionCount()
Get count of functions defined in this extension element
|
| StringVector | getFunctions()
Get the names of functions defined in this extension
|
| String | getPrefix()
Get the prefix for this extension element
|
| int | getXSLToken()
Get an int constant identifying the type of element. |
| void | runtimeInit(TransformerImpl transformer)
This function will be called on top-level elements
only, just before the transform begins.
|
| void | setElements(StringVector v)
Set StringVector of elements for this extension
|
| void | setFunctions(StringVector v)
Set the names of functions defined in this extension
|
| void | setPrefix(String v)
Set the prefix for this extension element
|
Parameters: i Index of element to get
Returns: The element at the given index
Throws: ArrayIndexOutOfBoundsException
Returns: the count of elements defined for this extension element
Returns: StringVector of elements defined for this extension
Parameters: i Index of function to get
Returns: Name of Function at given index
Throws: ArrayIndexOutOfBoundsException
Returns: count of functions defined in this extension element
Returns: StringVector holding the names of functions defined in this extension
Returns: Prefix for this extension element
Returns: The token ID for this element
Parameters: transformer The XSLT TransformerFactory.
Throws: TransformerException
Parameters: v StringVector of elements to set
Parameters: v StringVector holding the names of functions defined in this extension
Parameters: v Prefix to set for this extension element