public static class ERXML.Text extends ERXML.Content
Constructor and Description |
---|
Text(String text)
Creates a new text node.
|
Modifier and Type | Method and Description |
---|---|
Node |
w3c(Document doc) |
protected void |
writeText(PrintWriter writer)
Writes the text of this node to the writer.
|
setText, text, visit, write
doc, parent, setParent, toString, writeEscapedString, writeIndent
public Text(String text)
text
- the text of the nodeprotected void writeText(PrintWriter writer)
ERXML.Content
writeText
in class ERXML.Content
writer
- the writer to write topublic Node w3c(Document doc)
w3c
in class ERXML.Node
Copyright © 2002 – 2024 Project Wonder.