public class XslWrapperNode extends XslNode
_children, _endLine, _filename, _gen, _matchNamespace, _name, _outputNamespace, _parent, _startLine, _systemId
Constructor and Description |
---|
XslWrapperNode() |
Modifier and Type | Method and Description |
---|---|
void |
generate(JavaWriter out)
Generates the code for the tag
|
void |
setNode(org.w3c.dom.Node node)
Sets the node.
|
addAttribute, addChild, addExpr, addNamespaceAttribute, addText, addVariableCount, allowJavaSelect, endAttributes, 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 setNode(org.w3c.dom.Node node)
public void generate(JavaWriter out) throws java.lang.Exception