XmlSanitizerStream Class

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices >

XmlSanitizerStream Class

BR.AN.PviServices .NET


XML StreamReader that excludes XML-illegal characters while reading. The decimal range for ASCII control characters is 0 – 31, and 127. Version "1.0" of http://www.w3.org/TR/REC-xml/#charsets.

For a list of all members of this type, see XmlSanitizerStream Members .

System.Object

  MarshalByRefObject

     TextReader

        StreamReader

          XmlSanitizerStream

[Visual Basic]

Public Class XmlSanitizerStream

   Inherits StreamReader

[C#]

public class XmlSanitizerStream : StreamReader

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: BR.AN.PviServices

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

XmlSanitizerStream Members | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

XmlSanitizerStream Members

XmlSanitizerStream Constructor

XmlSanitizerStreamMethods