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