Esempio n. 1
0
 // Methods
 // computes hash value of the node and stores it in the _hashValue variable
 internal override void ComputeHashValue( XmlHash xmlHash )
 {
     Debug.Assert( _hashValue == 0 );
     _hashValue = xmlHash.HashER( _name );
 }
Esempio n. 2
0
// Methods
        // computes hash value of the node and stores it in the _hashValue variable
        internal override void ComputeHashValue(XmlHash xmlHash)
        {
            Debug.Assert(_hashValue == 0);
            _hashValue = xmlHash.HashER(_name);
        }
Esempio n. 3
0
 internal override void ComputeHashValue(XmlHash xmlHash)
 {
     this._hashValue = xmlHash.HashER(this._name);
 }