| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.apache.xml.utils.UnImplNode
        |
        +--org.apache.xalan.templates.ElemTemplateElement
              |
              +--org.apache.xalan.templates.ElemExtensionDecl
**For internal use only** Implement the declaration of an extension element
| Constructor Summary | |
ElemExtensionDecl()
Constructor ElemExtensionDecl  | 
|
| Method Summary | |
 java.lang.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  | 
 java.lang.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  | 
 java.lang.String | 
getPrefix()
Set 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(java.lang.String v)
Set the prefix for this extension element  | 
| Methods inherited from class java.lang.Object | 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public ElemExtensionDecl()
| Method Detail | 
public void setPrefix(java.lang.String v)
v - Prefix to set for this extension elementpublic java.lang.String getPrefix()
public void setFunctions(StringVector v)
v - StringVector holding the names of functions defined in this extensionpublic StringVector getFunctions()
public java.lang.String getFunction(int i)
                             throws java.lang.ArrayIndexOutOfBoundsException
i - Index of function to getpublic int getFunctionCount()
public void setElements(StringVector v)
v - StringVector of elements to setpublic StringVector getElements()
public java.lang.String getElement(int i)
                            throws java.lang.ArrayIndexOutOfBoundsException
i - Index of element to getpublic int getElementCount()
public int getXSLToken()
Constants
public void runtimeInit(TransformerImpl transformer)
                 throws TransformerException
transformer - The XSLT TransformerFactory.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||