public class XslForEach extends XslNode
_children, _endLine, _filename, _gen, _matchNamespace, _name, _outputNamespace, _parent, _startLine, _systemId
Constructor and Description |
---|
XslForEach() |
Modifier and Type | Method and Description |
---|---|
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) |
addExpr, addNamespaceAttribute, addText, addVariableCount, allowJavaSelect, endElement, error, error, escapeJavaString, generateChildren, generateDeclaration, generateDeclarationChildren, generateId, getBaseURI, getChildren, getEndLine, getEnv, getFilename, getMatchNamespace, getNamespace, getOutputNamespace, getParent, getQName, getStartLine, getSystemId, getTagName, hasChildren, parseExpr, parseMatch, parseSelect, popCall, popScope, printAttributeValue, printAttributeValue, printExprTest, printFragmentString, printFragmentValue, printNamespace, printPopScope, printSelectBegin, printStringExpr, pushCall, setEndLocation, setGenerator, setParent, setQName, setStartLocation, stringExpr, toString
public void addAttribute(QName name, java.lang.String value) throws XslParseException
addAttribute
in class XslNode
XslParseException
public void endAttributes() throws XslParseException
endAttributes
in class XslNode
XslParseException
public void addChild(XslNode node) throws XslParseException
addChild
in class XslNode
XslParseException
public void generate(JavaWriter out) throws java.lang.Exception
public void printForEachSort(JavaWriter out) throws java.lang.Exception
java.lang.Exception