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