|
||||||||||
| 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.TextNode
public class TextNode
Represents any XSL node from the stylesheet.
| Field Summary |
|---|
| Fields inherited from class com.caucho.xsl.java.XslNode |
|---|
_children, _endLine, _filename, _gen, _matchNamespace, _name, _outputNamespace, _parent, _startLine, _systemId |
| Constructor Summary | |
|---|---|
TextNode(java.lang.String text)
|
|
| Method Summary | |
|---|---|
void |
generate(JavaWriter out)
Generates the code for the tag |
java.lang.String |
getText()
Returns the text value. |
boolean |
isWhitespace()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextNode(java.lang.String text)
| Method Detail |
|---|
public java.lang.String getText()
public void generate(JavaWriter out)
throws java.lang.Exception
generate in class XslNodeout - the output writer for the generated java.
java.lang.Exceptionpublic boolean isWhitespace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||