C# Class System.Xml.XmlQualifiedName

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty XmlQualifiedName

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public static méthode

public static ToString ( string name, string ns ) : string
name string
ns string
Résultat string

XmlQualifiedName() public méthode

public XmlQualifiedName ( ) : System.Collections
Résultat System.Collections

XmlQualifiedName() public méthode

public XmlQualifiedName ( string name ) : System.Collections
name string
Résultat System.Collections

XmlQualifiedName() public méthode

public XmlQualifiedName ( string name, string ns ) : System.Collections
name string
ns string
Résultat System.Collections

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static XmlQualifiedName,System.Xml Empty
Résultat XmlQualifiedName