|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.utils.UnImplNode | +--org.apache.xalan.templates.ElemTemplateElement | +--org.apache.xalan.templates.ElemWithParam
**For advanced use only**
Implement xsl:with-param. xsl:with-param is allowed within
both xsl:call-template and xsl:apply-templates.
Constructor Summary | |
ElemWithParam()
**For advanced use only** |
Method Summary | |
QName |
getName()
**For advanced use only** Get the "name" attribute. |
java.lang.String |
getNodeName()
**For advanced use only** Return the node name. |
XPath |
getSelect()
**For advanced use only** Get the "select" attribute. |
int |
getXSLToken()
**For advanced use only** Get an integer representation of the element type. |
void |
setName(QName v)
**For advanced use only** Set the "name" attribute. |
void |
setSelect(XPath v)
**For advanced use only** Set the "select" attribute. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ElemWithParam()
Method Detail |
public void setSelect(XPath v)
public XPath getSelect()
public void setName(QName v)
public QName getName()
public int getXSLToken()
Constants
public java.lang.String getNodeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |