XmlTranslatorStream Class
XmlTranslatorStream Class

Namespace: Microsoft.BizTalk.Streaming
Assembly: Microsoft.BizTalk.Streaming (in microsoft.biztalk.streaming.dll)
Syntax

Visual Basic
<ComVisibleAttribute(False)> _
Public Class XmlTranslatorStream
    Inherits XmlBufferedReaderStream
C#
[ComVisibleAttribute(false)] 
public class XmlTranslatorStream : XmlBufferedReaderStream
C++
[ComVisibleAttribute(false)] 
public ref class XmlTranslatorStream : public XmlBufferedReaderStream
J#
/** @attribute ComVisibleAttribute(false) */ 
public class XmlTranslatorStream extends XmlBufferedReaderStream
JScript
ComVisibleAttribute(false) 
public class XmlTranslatorStream extends XmlBufferedReaderStream
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.IO.Stream
       Microsoft.BizTalk.Streaming.EventingReadStream
         Microsoft.BizTalk.Streaming.ForwardOnlyEventingReadStream
           Microsoft.BizTalk.Streaming.XmlBufferedReaderStream
            Microsoft.BizTalk.Streaming.XmlTranslatorStream
               Microsoft.BizTalk.Component.NamespaceTranslatorStream
               Microsoft.BizTalk.Component.XmlDasmStreamWrapper
               Microsoft.BizTalk.Streaming.XmlValidatingStream
               Microsoft.BizTalk.Streaming.XPathMutatorStream
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; the 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions; the 32-bit and 64-bit editions of Windows XP Professional

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2
See Also

Tags :


Page view tracker