|
||||||||||
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.XslParam
public class XslParam
Represents an xsl:param node from the stylesheet.
Field Summary |
---|
Fields inherited from class com.caucho.xsl.java.XslNode |
---|
_children, _endLine, _filename, _gen, _matchNamespace, _outputNamespace, _parent, _startLine, _systemId |
Constructor Summary | |
---|---|
XslParam()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XslParam()
Method Detail |
---|
public java.lang.String getTagName()
getTagName
in class XslNode
public java.lang.String getName()
public void setParent(XslNode parent)
setParent
in class XslNode
public void setGlobal(boolean isGlobal)
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 generate(JavaWriter out) throws java.lang.Exception
generate
in class XslNode
out
- the output writer for the generated java.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |