|
||||||||||
| 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.ElemForEach
**For advanced use only**
Implement xsl:for-each.
| Constructor Summary | |
ElemForEach()
**For advanced use only** Construct a element representing xsl:for-each. |
|
| Method Summary | |
Node |
appendChild(Node newChild)
**For advanced use only** Add a child to the child list. |
void |
execute(TransformerImpl transformer,
Node sourceNode,
QName mode)
**For advanced use only** |
java.lang.String |
getNodeName()
**For advanced use only** Return the node name. |
XPath |
getSelect()
**For advanced use only** Set the "select" attribute. |
ElemSort |
getSortElem(int i)
**For advanced use only** Get a xsl:sort element associated with this element. |
int |
getSortElemCount()
**For advanced use only** Get the count xsl:sort elements associated with this element. |
int |
getXSLToken()
**For advanced use only** Get an int constant identifying the type of element. |
void |
setSelect(XPath xpath)
**For advanced use only** Set the "select" attribute. |
void |
setSortElem(ElemSort sortElem)
**For advanced use only** Set a xsl:sort element associated with this element. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ElemForEach()
| Method Detail |
public void setSelect(XPath xpath)
public XPath getSelect()
public int getSortElemCount()
public ElemSort getSortElem(int i)
public void setSortElem(ElemSort sortElem)
public int getXSLToken()
Constantspublic java.lang.String getNodeName()
public void execute(TransformerImpl transformer,
Node sourceNode,
QName mode)
throws SAXException
public Node appendChild(Node newChild)
throws DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||