|
||||||||||
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.XslStylesheet
public class XslStylesheet
Represents the top-level xsl:stylesheet node.
Field Summary |
---|
Fields inherited from class com.caucho.xsl.java.XslNode |
---|
_children, _endLine, _filename, _gen, _matchNamespace, _name, _outputNamespace, _parent, _startLine, _systemId |
Constructor Summary | |
---|---|
XslStylesheet()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XslStylesheet()
Method Detail |
---|
public java.lang.String getTagName()
getTagName
in class XslNode
public void setDisableOutputEscaping(boolean disable)
public void addImport(XslNode node)
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 addChild(XslNode node) throws XslParseException
addChild
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
public void generateDeclaration(JavaWriter out) throws java.lang.Exception
generateDeclaration
in class XslNode
out
- the output writer for the generated java.
java.lang.Exception
protected void printPopScope(JavaWriter out) throws java.lang.Exception
printPopScope
in class XslNode
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |