Package com.icl.saxon.output
Class TextFragment
- java.lang.Object
-
- com.icl.saxon.output.TextFragment
-
public class TextFragment extends Object
TextFragment is used when we want to send output to a StringWriter and retrieve it later.
-
-
Constructor Summary
Constructors Constructor Description TextFragment()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Properties
getProperties()
Construct a default TextFragment object
-
-
-
Method Detail
-
getProperties
public static Properties getProperties()
Construct a default TextFragment object
-
-