C# Class System.Xml.XmlBaseReader.Namespace

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Clear ( ) : void
IsUri ( XmlDictionaryString s ) : bool
IsUri ( string s ) : bool
Namespace ( XmlBufferReader bufferReader ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

IsUri() public method

public IsUri ( XmlDictionaryString s ) : bool
s XmlDictionaryString
return bool

IsUri() public method

public IsUri ( string s ) : bool
s string
return bool

Namespace() public method

public Namespace ( XmlBufferReader bufferReader ) : System
bufferReader XmlBufferReader
return System