C# Class System.Xml.Xsl.Runtime.XmlAttributeCache.AttrNameVal

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Init ( XmlAtomicValue value ) : void

Cache all or part of the attribute's typed value.

Init ( string text ) : void

Cache all or part of the attribute's string value.

Init ( string prefix, string localName, string ns, int hashCode ) : void

Cache an attribute's name and type.

IsDuplicate ( string localName, string ns, int hashCode ) : bool

Returns true if this attribute has the specified name (and thus is a duplicate).

Method Details

Init() public méthode

Cache all or part of the attribute's typed value.
public Init ( XmlAtomicValue value ) : void
value System.Xml.Schema.XmlAtomicValue
Résultat void

Init() public méthode

Cache all or part of the attribute's string value.
public Init ( string text ) : void
text string
Résultat void

Init() public méthode

Cache an attribute's name and type.
public Init ( string prefix, string localName, string ns, int hashCode ) : void
prefix string
localName string
ns string
hashCode int
Résultat void

IsDuplicate() public méthode

Returns true if this attribute has the specified name (and thus is a duplicate).
public IsDuplicate ( string localName, string ns, int hashCode ) : bool
localName string
ns string
hashCode int
Résultat bool