|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.xsl.java.XslNode
com.caucho.xsl.java.XslForEach
public class XslForEach
Represents the xsl:for-each element.
| Field Summary |
|---|
| Fields inherited from class com.caucho.xsl.java.XslNode |
|---|
_children, _endLine, _filename, _gen, _matchNamespace, _name, _outputNamespace, _parent, _startLine, _systemId |
| Constructor Summary | |
|---|---|
XslForEach()
|
|
| Method Summary | |
|---|---|
void |
addAttribute(QName name,
java.lang.String value)
Adds an attribute. |
void |
addChild(XslNode node)
Adds a child node. |
void |
endAttributes()
Ends the attributes. |
void |
generate(JavaWriter out)
Generates the code for the tag |
void |
printForEachSort(JavaWriter out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XslForEach()
| Method Detail |
|---|
public void addAttribute(QName name,
java.lang.String value)
throws XslParseException
addAttribute in class XslNodeXslParseException
public void endAttributes()
throws XslParseException
endAttributes in class XslNodeXslParseException
public void addChild(XslNode node)
throws XslParseException
addChild in class XslNodeXslParseException
public void generate(JavaWriter out)
throws java.lang.Exception
generate in class XslNodeout - the output writer for the generated java.
java.lang.Exception
public void printForEachSort(JavaWriter out)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||