public class XslStylesheet extends XslNode
_children, _endLine, _filename, _gen, _matchNamespace, _name, _outputNamespace, _parent, _startLine, _systemId| Constructor and Description |
|---|
XslStylesheet() |
| 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 |
addImport(XslNode node)
Adds an import directive.
|
void |
endAttributes()
Ends the attributes.
|
void |
generate(JavaWriter out)
Generates the code for the tag
|
void |
generateDeclaration(JavaWriter out)
Generates the code for the tag
|
java.lang.String |
getTagName()
Returns the tag name.
|
protected void |
printPopScope(JavaWriter out) |
void |
setDisableOutputEscaping(boolean disable)
Set true if the output escaping should be disabled.
|
addExpr, addNamespaceAttribute, addText, addVariableCount, allowJavaSelect, endElement, error, error, escapeJavaString, generateChildren, 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, printSelectBegin, printStringExpr, pushCall, setEndLocation, setGenerator, setParent, setQName, setStartLocation, stringExpr, toStringpublic java.lang.String getTagName()
getTagName in class XslNodepublic void setDisableOutputEscaping(boolean disable)
public void addImport(XslNode node)
public void addAttribute(QName name, java.lang.String value) throws XslParseException
addAttribute in class XslNodeXslParseExceptionpublic void endAttributes()
throws XslParseException
endAttributes in class XslNodeXslParseExceptionpublic void addChild(XslNode node) throws XslParseException
addChild in class XslNodeXslParseExceptionpublic void generate(JavaWriter out) throws java.lang.Exception
public void generateDeclaration(JavaWriter out) throws java.lang.Exception
generateDeclaration in class XslNodeout - the output writer for the generated java.java.lang.Exceptionprotected void printPopScope(JavaWriter out) throws java.lang.Exception
printPopScope in class XslNodejava.lang.Exception