public class XslCallTemplate extends XslNode
_children, _endLine, _filename, _gen, _matchNamespace, _outputNamespace, _parent, _startLine, _systemId| Constructor and Description |
|---|
XslCallTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(QName name,
java.lang.String value)
Adds an attribute.
|
void |
endAttributes()
Ends the attributes.
|
void |
generate(JavaWriter out)
Generates the code for the tag
|
protected void |
popScope(JavaWriter out) |
addChild, 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, printAttributeValue, printAttributeValue, printExprTest, printFragmentString, printFragmentValue, printNamespace, printPopScope, printSelectBegin, printStringExpr, pushCall, setEndLocation, setGenerator, setParent, setQName, setStartLocation, stringExpr, toStringpublic void addAttribute(QName name, java.lang.String value) throws XslParseException
addAttribute in class XslNodeXslParseExceptionpublic void endAttributes()
throws XslParseException
endAttributes in class XslNodeXslParseExceptionpublic void generate(JavaWriter out) throws java.lang.Exception
protected void popScope(JavaWriter out) throws java.lang.Exception