com.icl.saxon.output
Class TextFragment

java.lang.Object
  |
  +--com.icl.saxon.output.OutputDetails
        |
        +--com.icl.saxon.output.TextFragment

public class TextFragment
extends OutputDetails

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 com.icl.saxon.output.OutputDetails
addCdataElement, addCdataElements, getCdataElements, getCharacterRepresentation, getCloseAfterUse, getDoctypePublic, getDoctypeSystem, getDOMNode, getEmitter, getEncoding, getIncludeHtmlMetaTag, getIndent, getIndentSpaces, getMediaType, getMethod, getNextInChain, getOmitDeclaration, getOutputStream, getStandalone, getUserData, getVersion, getWriter, isEscaping, isIndenting, setCharacterRepresentation, setCloseAfterUse, setDoctypePublic, setDoctypeSystem, setDOMNode, setEmitter, setEncoding, setEscaping, setIncludeHtmlMetaTag, setIndent, setIndentSpaces, setMediaType, setMethod, setNextInChain, setOmitDeclaration, setOutputStream, setStandalone, setUserData, setVersion, setWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFragment

public TextFragment()
Construct a default TextFragment object
Method Detail

getText

public java.lang.String getText()
Retrieve the contents of the text that has been written