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

Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method 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 method

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

Init() public method

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

Init() public method

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
return void

IsDuplicate() public method

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
return bool