23 references to GetAttribute
ReachFramework (6)
PrintConfig\PrtTicket_Base.cs (2)
457string optionName = optionNode.GetAttribute(PrintSchemaTags.Framework.NameAttr, 712string fullRefName = refNode.GetAttribute(PrintSchemaTags.Framework.NameAttr,
PrintConfig\PrtTicket_Editor.cs (4)
58string version = root.GetAttribute(PrintSchemaTags.Framework.RootVersionAttr, 118string childName = ((XmlElement)rootChild).GetAttribute(PrintSchemaTags.Framework.NameAttr, 273string childName = ((XmlElement)child).GetAttribute( 337string childName = ((XmlElement)child).GetAttribute(
System.Data.Common (10)
System\Data\XDRSchema.cs (3)
138string type = node.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); 401strType = typeNode.GetAttribute(Keywords.DT_TYPE, Keywords.DTNS); 402strValues = typeNode.GetAttribute(Keywords.DT_VALUES, Keywords.DTNS);
System\Data\XMLSchema.cs (7)
82string value = element.GetAttribute(attrName, attrNS); 449parentName = node.GetAttribute(Keywords.MSD_PARENT, Keywords.MSDNS); 454childName = node.GetAttribute(Keywords.MSD_CHILD, Keywords.MSDNS); 459value = node.GetAttribute(Keywords.MSD_PARENTKEY, Keywords.MSDNS); 464value = node.GetAttribute(Keywords.MSD_CHILDKEY, Keywords.MSDNS); 477string parentNs = node.GetAttribute(Keywords.MSD_PARENTTABLENS, Keywords.MSDNS); 478string childNs = node.GetAttribute(Keywords.MSD_CHILDTABLENS, Keywords.MSDNS);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
69s = element.GetAttribute(localName, namespaceURI);
System.ServiceModel.Primitives (6)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
111string id = tokenXml.GetAttribute(UtilityStrings.IdAttribute, UtilityStrings.Namespace);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
108string encoding = issuedTokenXml.GetAttribute(EncodingTypeAttributeString, null);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
423throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.CannotReadToken, element.LocalName, element.NamespaceURI, element.GetAttribute(SecurityJan2004Strings.ValueType, null)))); 467string id = issuedTokenXml.GetAttribute(idAttributeLocalName, idAttributeNamespace); 481valueTypeUri = element.GetAttribute(SecurityJan2004Strings.ValueType, null);
System\ServiceModel\Security\WSTrust.cs (1)
81valueTypeUri = element.GetAttribute(SecurityJan2004Strings.ValueType, null);