1 override of GetXPAttribute
System.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
530internal override string GetXPAttribute( string localName, string ns ) {
1 reference to GetXPAttribute
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
240return source.GetXPAttribute(localName, namespaceURI);