com.jclark.xsl.tr
class StringResult extends Object implements Result
| Constructor Summary | |
|---|---|
| StringResult() | |
| StringResult(Result result) | |
| Method Summary | |
|---|---|
| void | attribute(Name name, String value) |
| void | characters(String str) |
| void | clear() |
| void | comment(String str) |
| Result | createResult(String uri) |
| void | end() |
| void | endElement(Name elementType) |
| void | message(Node node, String str) |
| void | processingInstruction(String target, String data) |
| void | rawCharacters(String str) |
| void | start(OutputMethod om) |
| void | startElement(Name elementType, NamespacePrefixMap nsMap) |
| String | toString() |