6 overrides of GetAttribute
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
67public override string GetAttribute( string localName, string namespaceURI ) {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
369public override string GetAttribute(string localName, string namespaceURI) 771public override string GetAttribute(string localName, string namespaceURI)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
429public override string GetAttribute(string name, string ns)
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
239public override string GetAttribute(string localName, string namespaceURI) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1100public override string GetAttribute(string localName, string namespaceName) {
10 references to GetAttribute
PresentationFramework (1)
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
597string nodeId = node.GetAttribute("Id", "");
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
246InsertExtensionNamespace(Input.Navigator.GetAttribute(Input.Atoms.ExtensionElementPrefixes, Input.Atoms.UriXsl)); 250InsertExcludedNamespace(Input.Navigator.GetAttribute(Input.Atoms.ExcludeResultPrefixes, Input.Atoms.UriXsl)); 263string value = Input.Navigator.GetAttribute(Atoms.Version, Atoms.UriXsl);
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
372return this.navigator.GetAttribute(localName, namespaceURI); 773return this.navigator.GetAttribute(localName, namespaceURI);
System\ServiceModel\Dispatcher\XPathMessageContext.cs (4)
1011string actor11 = nav.GetAttribute(XPathMessageContext.Actor11A, XPathMessageContext.S11NS); 1012string actor12 = nav.GetAttribute(XPathMessageContext.Actor12A, XPathMessageContext.S12NS); 1073string mand11 = nav.GetAttribute(XPathMessageContext.MandatoryA, XPathMessageContext.S11NS); 1074string mand12 = nav.GetAttribute(XPathMessageContext.MandatoryA, XPathMessageContext.S12NS);