C# Class Rhino.Xmlimpl.XmlNode.QName

Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
Create ( Rhino @namespace, string localName ) : Rhino.Xmlimpl.XmlNode.QName
Create ( string uri, string localName, string prefix ) : Rhino.Xmlimpl.XmlNode.QName
Equals ( Rhino other ) : bool
Equals ( string one, string two ) : bool
GetLocalName ( ) : string
GetNamespace ( ) : Rhino.Xmlimpl.XmlNode.Namespace
LookupPrefix ( System node ) : void
NamespacesEqual ( Rhino one, Rhino two ) : bool
QName ( ) : System
Qualify ( System node ) : string
Qualify ( string prefix, string localName ) : string
SetAttribute ( XmlElement element, string value ) : void

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string