|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.icl.saxon.output.OutputDetails
|
+--com.icl.saxon.output.TextFragment
TextFragment is a subclass of OutputDetails; it is used when we want to send output to a StringWriter and retrieve it later.
| Constructor Summary | |
TextFragment()
Construct a default TextFragment object |
|
| Method Summary | |
java.lang.String |
getText()
Retrieve the contents of the text that has been written |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextFragment()
| Method Detail |
public java.lang.String getText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||