public class XslParam extends XslNode implements XslTopNode
_children, _endLine, _filename, _gen, _matchNamespace, _outputNamespace, _parent, _startLine, _systemId| Constructor and Description |
|---|
XslParam() |
| 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
|
java.lang.String |
getName()
Returns the param name.
|
java.lang.String |
getTagName()
returns the tag name.
|
void |
setGlobal(boolean isGlobal)
Set true for global param.
|
void |
setParent(XslNode parent)
Sets the parent.
|
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, hasChildren, parseExpr, parseMatch, parseSelect, popCall, popScope, printAttributeValue, printAttributeValue, printExprTest, printFragmentString, printFragmentValue, printNamespace, printPopScope, printSelectBegin, printStringExpr, pushCall, setEndLocation, setGenerator, setQName, setStartLocation, stringExpr, toStringpublic java.lang.String getTagName()
getTagName in class XslNodepublic java.lang.String getName()
public void setParent(XslNode parent)
public void setGlobal(boolean isGlobal)
public 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