Class DocumentBuilder
Class DomDestination
Class DynamicContext
Class DynamicError
Class EmptyEnumerator
Class ExtensionFunctionCall
Class NullDestination
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class Serializer
Class StaticContext
Class StaticError
Class TextWriterDestination
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAnyFunctionType
Class XdmAnyItemType
Class XdmAnyNodeType
Class XdmAtomicType
Class XdmAtomicValue
Class XdmDestination
Class XdmEmptySequence
Class XdmItem
Class XdmItemType
Class XdmNode
Class XdmNodeKind
Class XdmSequenceType
Class XdmValue
Class XmlDestination
Class XsltCompiler
Class XsltExecutable
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum WhitespacePolicy
Enum XdmAxis
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXdmEnumerator
Interface IXmlLocation
Interface SchemaResolver
public class TextWriterDestination
A TextWriterDestination
is an implementation of XmlDestination
that wraps
an instance of XmlWriter
.
The name TextWriterDestination
is a misnomer; originally this class would
only wrap an XmlTextWriter
. It will now wrap any XmlWriter
.
Note that when a TextWriterDestination
is used to process the output of a stylesheet
or query, the output format depends only on the way the underlying XmlWriter
is configured; serialization parameters present in the stylesheet or query are ignored.
Constructor Summary | |
---|---|
TextWriterDestination(System.Xml.XmlWriter writer) Construct a TextWriterDestination |
Method Summary | |
---|---|
JResult |
GetResult()
|
Constructor Detail |
---|
public TextWriterDestination(System.Xml.XmlWriter writer)
Construct a TextWriterDestination
Parameters:writer
-
XmlWriter
that is to be notified of the events
representing the XML document.
Method Detail |
---|
public JResult GetResult()