C# Class System.Xml.XmlQualifiedName

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Empty XmlQualifiedName

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string
ToString ( string name, string ns ) : string
XmlQualifiedName ( ) : System.Collections
XmlQualifiedName ( string name ) : System.Collections
XmlQualifiedName ( string name, string ns ) : System.Collections
operator ( ) : bool

Private Methods

Method Description
Atomize ( XmlNameTable nameTable ) : void
Clone ( ) : XmlQualifiedName
Init ( string name, string ns ) : void
Parse ( string s, IXmlNamespaceResolver nsmgr, string &prefix ) : XmlQualifiedName
SetNamespace ( string ns ) : void
Verify ( ) : void

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

ToString() public static method

public static ToString ( string name, string ns ) : string
name string
ns string
return string

XmlQualifiedName() public method

public XmlQualifiedName ( ) : System.Collections
return System.Collections

XmlQualifiedName() public method

public XmlQualifiedName ( string name ) : System.Collections
name string
return System.Collections

XmlQualifiedName() public method

public XmlQualifiedName ( string name, string ns ) : System.Collections
name string
ns string
return System.Collections

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static XmlQualifiedName,System.Xml Empty
return XmlQualifiedName