XmlSanitizerStream Methods

<< 点击显示目录 >>

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

XmlSanitizerStream Methods

BR.AN.PviServices .NET


The methods of the XmlSanitizerStream class are listed below. For a complete list of XmlSanitizerStream class members, see the XmlSanitizerStream Members topic.

Public Static (Shared) Methods

pubmethodstaticIsLegalXmlChar

Check Whether a given character is allowed by XML 1.0.

Public Instance Methods

pubmethodPeek

Returns the next available character but does not consume it.

pubmethodRead

Overloaded. Reads the next character from the input stream and advances the characterposition by one character.

pubmethodReadBlock

Reads a maximum of count characters from the current stream, and writes the data to buffer, beginning at index.

pubmethodReadLine

Reads a line of characters from the current stream and returns the data as a string.

pubmethodReadToEnd

Reads the stream from the current position to the end of the stream.

See Also

XmlSanitizerStream Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

XmlSanitizerStream.IsLegalXmlChar Method

XmlSanitizerStream.Peek Method

XmlSanitizerStream.Read Method

XmlSanitizerStream.ReadBlock Method

XmlSanitizerStream.ReadLine Method

XmlSanitizerStream.ReadToEnd Method

Samples