Base:
property
LocalName
System.Xml.XmlNode.LocalName
163 references to LocalName
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
510
if ((content.
LocalName
== ColorsContentName) &&
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
48
&& String.CompareOrdinal(_glyphsNode.
LocalName
, _glyphRunName) == 0
System.Data (6)
fx\src\data\System\Data\DataSet.cs (1)
1706
this.DataSetName = xdoc.DocumentElement.
LocalName
;
fx\src\data\System\Data\XDRSchema.cs (2)
80
"Invalid node type " + node.
LocalName
);
129
"Invalid node type " + node.
LocalName
);
fx\src\data\System\NewXml\DataSetMappper.cs (2)
88
DataTable t = SearchMatchingTableSchema( elem.
LocalName
, elem.NamespaceURI );
135
object tid = GetIdentity( rowElem.
LocalName
, rowElem.NamespaceURI );
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1365
if ( e.
LocalName
== col.EncodedColumnName && e.NamespaceURI == col.Namespace ) {
System.IdentityModel (35)
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (11)
67
if (!StringComparer.Ordinal.Equals(customConfigElement.
LocalName
, ConfigurationStrings.TrustedIssuers))
69
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID7002, customConfigElement.
LocalName
, ConfigurationStrings.TrustedIssuers));
77
if (StringComparer.Ordinal.Equals(childElement.
LocalName
, ConfigurationStrings.Add))
87
String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}/{1}", customConfigElement.
LocalName
, childElement.
LocalName
),
97
else if (StringComparer.Ordinal.Equals(childElement.
LocalName
, ConfigurationStrings.Remove))
104
String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}/{1}", customConfigElement.
LocalName
, childElement.
LocalName
),
112
else if (StringComparer.Ordinal.Equals(childElement.
LocalName
, ConfigurationStrings.Clear))
118
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID7002, customConfigElement.
LocalName
, childElement.
LocalName
));
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
118
writer.WriteLine(" Token Element: ({0}, {1})", this.tokenXml.
LocalName
, this.tokenXml.NamespaceURI);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
94
if (configElement.
LocalName
!= ConfigurationStrings.SamlSecurityTokenRequirement)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
99
if (configElement.
LocalName
!= ConfigurationStrings.SamlSecurityTokenRequirement)
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (13)
56
if (element.
LocalName
!= ConfigurationStrings.SamlSecurityTokenRequirement)
58
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID7000, ConfigurationStrings.SamlSecurityTokenRequirement, element.
LocalName
));
105
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7011, attribute.LocalName, element.
LocalName
)));
141
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7011, attribute.LocalName, element.
LocalName
)));
162
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7011, attribute.LocalName, element.
LocalName
)));
167
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7004, attribute.LocalName, element.
LocalName
)));
175
if (StringComparer.Ordinal.Equals(childElement.
LocalName
, ConfigurationStrings.NameClaimType))
179
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID7001, String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}/{1}", element.
LocalName
, childElement.
LocalName
), ConfigurationStrings.Value));
183
else if (StringComparer.Ordinal.Equals(childElement.
LocalName
, ConfigurationStrings.RoleClaimType))
187
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID7001, String.Format(System.Globalization.CultureInfo.InvariantCulture, "{0}/{1}", element.
LocalName
, childElement.
LocalName
), ConfigurationStrings.Value));
193
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID7002, childElement.
LocalName
, ConfigurationStrings.SamlSecurityTokenRequirement));
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (2)
107
if (!StringComparer.Ordinal.Equals(customConfigElement.
LocalName
, ConfigurationStrings.SessionTokenRequirement))
136
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7004, attribute.LocalName, customConfigElement.
LocalName
)));
System\IdentityModel\Tokens\WSTrust.cs (1)
170
if (element.
LocalName
!= name || element.NamespaceURI != ns)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (5)
109
if (!StringComparer.Ordinal.Equals(customConfigElement.
LocalName
, ConfigurationStrings.X509SecurityTokenHandlerRequirement))
149
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7011, attribute.LocalName, customConfigElement.
LocalName
)));
180
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7011, attribute.LocalName, customConfigElement.
LocalName
)));
199
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7011, attribute.LocalName, customConfigElement.
LocalName
)));
204
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID7004, attribute.LocalName, customConfigElement.
LocalName
)));
System.Runtime.Serialization (9)
System\Runtime\Serialization\SchemaImporter.cs (9)
1259
if (typeElement != null && typeElement.NamespaceURI == surrogateDataAnnotationName.Namespace && typeElement.
LocalName
== surrogateDataAnnotationName.Name)
1288
if (typeElement.
LocalName
== Globals.GenericTypeLocalName)
1316
if (argumentElement.
LocalName
!= Globals.GenericParameterLocalName ||
1318
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidElement, argumentElement.
LocalName
, argumentElement.NamespaceURI, type.Name)));
1324
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.
LocalName
, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name)));
1327
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationForNestedLevelMustBeIncreasing, argumentElement.
LocalName
, argumentElement.NamespaceURI, type.Name)));
1338
throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.
LocalName
, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name)));
1430
ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.GetString(SR.InvalidAnnotationExpectingText, xmlElement.
LocalName
, xmlElement.NamespaceURI, child.LocalName, child.NamespaceURI));
1449
if (annotationElement != null && annotationElement.
LocalName
== annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace)
System.ServiceModel (89)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (2)
88
if (assertion.
LocalName
== HttpUseCookieName
129
if (assertion.
LocalName
== IncludeContextName
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
812
switch (assertion.
LocalName
)
852
string transferMode = assertion.
LocalName
;
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (2)
223
if (assertion.
LocalName
== MessageEncodingPolicyConstants.BinaryEncodingName)
231
if (assertion.
LocalName
== MessageEncodingPolicyConstants.MtomEncodingName)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (6)
441
if (element == null || !PeerRequestSecurityToken.CompareWithNS(element.
LocalName
, element.NamespaceURI, PeerTokenElementName, PeerNamespace))
446
if (authElement == null || !PeerRequestSecurityToken.CompareWithNS(authElement.
LocalName
, authElement.NamespaceURI, PeerAuthenticatorElementName, PeerNamespace))
536
if (element == null || !PeerRequestSecurityToken.CompareWithNS(element.
LocalName
, element.NamespaceURI, PeerRequestSecurityToken.RequestedSecurityTokenElementName, TrustFeb2005Strings.Namespace))
627
if (PeerRequestSecurityToken.CompareWithNS(child.
LocalName
, child.NamespaceURI, StatusString, TrustFeb2005Strings.Namespace))
632
if (PeerRequestSecurityToken.CompareWithNS(desc.
LocalName
, desc.NamespaceURI, CodeString, TrustFeb2005Strings.Namespace))
640
else if (PeerRequestSecurityToken.CompareWithNS(child.
LocalName
, child.NamespaceURI, TrustFeb2005Strings.RequestedSecurityToken, TrustFeb2005Strings.Namespace))
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (4)
400
node.
LocalName
,
473
element.
LocalName
,
500
element.
LocalName
,
520
node.
LocalName
)));
System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (3)
57
&& element.
LocalName
== TransactionPolicyStrings.OleTxTransactionsLocal)
73
&& element.
LocalName
== TransactionPolicyStrings.WsatTransactionsLocal)
89
&& element.
LocalName
== TransactionPolicyStrings.WsatTransactionsLocal)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
122
XmlElement top = document.CreateElement(e.Prefix, e.
LocalName
, e.NamespaceURI);
System\ServiceModel\Description\MetadataSection.cs (2)
96
SR.GetString(SR.SFxBadMetadataMustBePolicy, MetadataStrings.WSPolicy.NamespaceUri, MetadataStrings.WSPolicy.Elements.Policy, policy.NamespaceURI, policy.
LocalName
));
142
&& policy.
LocalName
== MetadataStrings.WSPolicy.Elements.Policy;
System\ServiceModel\Description\PolicyAssertionCollection.cs (3)
45
if (item.
LocalName
== localName && item.NamespaceURI == namespaceUri)
71
if (item.
LocalName
== localName && item.NamespaceURI == namespaceUri)
105
if (item.
LocalName
== localName && item.NamespaceURI == namespaceUri)
System\ServiceModel\Description\PolicyConversionContext.cs (1)
46
if ((assertion.
LocalName
== localName) &&
System\ServiceModel\Description\PolicyReader.cs (4)
253
else if (currentElement.
LocalName
== MetadataStrings.WSPolicy.Elements.Policy)
255
else if (currentElement.
LocalName
== MetadataStrings.WSPolicy.Elements.All)
257
else if (currentElement.
LocalName
== MetadataStrings.WSPolicy.Elements.ExactlyOne)
259
else if (currentElement.
LocalName
== MetadataStrings.WSPolicy.Elements.PolicyReference)
System\ServiceModel\Description\SoapHelper.cs (1)
638
return (element != null && element.
LocalName
== "fault" && (element.NamespaceURI == WsdlNS.Soap12Binding.Namespace || element.NamespaceURI == WsdlNS.SoapBinding.Namespace));
System\ServiceModel\Description\WsdlHelper.cs (1)
215
if (element != null && element.
LocalName
== elementName)
System\ServiceModel\Description\WsdlImporter.cs (3)
815
return new XmlQualifiedName(element.
LocalName
, element.NamespaceURI);
1165
if (element.
LocalName
== MetadataStrings.Addressing10.MetadataPolicy.NonAnonymousResponses)
1169
else if (element.
LocalName
== MetadataStrings.Addressing10.MetadataPolicy.AnonymousResponses)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
569
xml.WriteElementString("IssuedTokenElementName", token.TokenXml.
LocalName
);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
209
headers.Add(new XmlElementMessageHeader(this, messageVersion, xmlElement.
LocalName
, xmlElement.NamespaceURI, mustUnderstand, actor, relay, xmlElement));
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
99
MessageHeaderDescription matchingHeaderDescription = headerDescriptionTable.Get(element.
LocalName
, element.NamespaceURI);
101
message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.
LocalName
, element.NamespaceURI,
113
message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.
LocalName
, element.NamespaceURI,
125
message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.
LocalName
, element.NamespaceURI,
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
270
if (claimRequirement.
LocalName
== "ClaimType" && claimRequirement.NamespaceURI == wsidNamespace)
886
if ((requestParameter.
LocalName
== ((System.ServiceModel.Security.WSTrust.Driver)standardsManager.TrustDriver).DriverDictionary.Claims.Value) &&
892
if ((requestParameter.
LocalName
== DXD.TrustDec2005Dictionary.SecondaryParameters.Value) &&
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
439
if (element.
LocalName
== localName &&
678
if (this.StandardsManager.TrustDriver.IsAppliesTo(this.requestProperties[i].
LocalName
, this.requestProperties[i].NamespaceURI))
System\ServiceModel\Security\WSSecureConversation.cs (1)
354
if (element.
LocalName
== parent.SerializerDictionary.Identifier.Value && element.NamespaceURI == parent.SerializerDictionary.Namespace.Value)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
93
return (element.
LocalName
== DXD.SecureConversationDec2005Dictionary.Instance.Value &&
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
85
return (element.
LocalName
== DXD.SecureConversationDec2005Dictionary.Instance.Value &&
System\ServiceModel\Security\WSSecurityPolicy.cs (5)
135
return assertion.NamespaceURI == this.WsspNamespaceUri && assertion.
LocalName
== name;
140
return assertion.NamespaceURI == MsspNamespace && assertion.
LocalName
== name;
149
if (e.
LocalName
== name && e.NamespaceURI == this.WsspNamespaceUri)
169
if (e.
LocalName
== name && e.NamespaceURI == this.WsspNamespaceUri)
229
if (e.
LocalName
== name && e.NamespaceURI == MsspNamespace)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
477
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.CannotReadToken, element.
LocalName
, element.NamespaceURI, element.GetAttribute(SecurityJan2004Strings.ValueType, null))));
526
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.RequiredAttributeMissing, idAttributeLocalName, issuedTokenXml.
LocalName
)));
540
return element.
LocalName
== LocalName.Value && element.NamespaceURI == NamespaceUri.Value && valueTypeUri == this.ValueTypeUri;
System\ServiceModel\Security\WSTrust.cs (24)
103
return element.
LocalName
== LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == this.otherDictionary.Namespace.Value) && valueTypeUri == this.ValueTypeUri;
265
if (child.
LocalName
== DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
267
else if (child.
LocalName
== DriverDictionary.RequestType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
269
else if (child.
LocalName
== DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
361
if (child.
LocalName
== DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
363
else if (child.
LocalName
== DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
365
else if (child.
LocalName
== DriverDictionary.RequestedProofToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
368
if (proofXml.
LocalName
== DriverDictionary.ComputedKey.Value && proofXml.NamespaceURI == DriverDictionary.Namespace.Value)
378
else if (child.
LocalName
== DriverDictionary.Lifetime.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
431
if (elem.
LocalName
== DriverDictionary.AppliesTo.Value && elem.NamespaceURI == Namespaces.WSPolicy)
522
if (element.
LocalName
== DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value)
525
if (combinedHashElement.
LocalName
== DriverDictionary.CombinedHash.Value && combinedHashElement.NamespaceURI == DriverDictionary.Namespace.Value)
564
if (elem.
LocalName
== DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value)
600
if (element.
LocalName
== DriverDictionary.Entropy.Value && element.NamespaceURI == DriverDictionary.Namespace.Value)
624
if (elem.
LocalName
== DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value)
632
else if (elem.
LocalName
== DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value)
901
if (child.
LocalName
== DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
905
else if (child.
LocalName
== DriverDictionary.RequestedTokenReference.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
1278
if (element.
LocalName
== this.DriverDictionary.KeySize.Value
1338
return element.
LocalName
== this.DriverDictionary.KeyType.Value
1357
return element.
LocalName
== this.DriverDictionary.KeyType.Value
1376
if (element.
LocalName
== this.DriverDictionary.TokenType.Value
1520
if (element.
LocalName
== this.DriverDictionary.Claims.Value
1654
if (element.
LocalName
!= name || element.NamespaceURI != ns)
System\ServiceModel\Security\WSTrustDec2005.cs (2)
89
if (element.
LocalName
== this.DriverDictionary.KeyType.Value
155
return ((element.
LocalName
== DXD.TrustDec2005Dictionary.SecondaryParameters.Value) &&
System\ServiceModel\Security\WSTrustFeb2005.cs (6)
134
if (child.
LocalName
== this.DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
138
else if (child.
LocalName
== this.DriverDictionary.RequestedAttachedReference.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
142
else if (child.
LocalName
== this.DriverDictionary.RequestedUnattachedReference.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
177
if (child.
LocalName
== this.DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
196
if (child.
LocalName
== this.DriverDictionary.RenewTarget.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
198
else if (child.
LocalName
== this.DriverDictionary.CloseTarget.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
292
if (assertion.
LocalName
.Equals(UdpConstants.RetransmissionEnabled, StringComparison.Ordinal))
System.Web (1)
UI\WebControls\AdRotator.cs (1)
600
doc.DocumentElement.
LocalName
== XmlDocumentTag) {
System.Web.Extensions (4)
Compilation\WCFModel\SchemaMerger.cs (3)
486
if (!String.Equals(element1.
LocalName
, element2.
LocalName
, StringComparison.Ordinal) ||
670
return ((XmlElement)value).
LocalName
;
Script\Services\WebServiceTypeData.cs (1)
281
if (annotationElement != null && annotationElement.
LocalName
== annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace) {
System.Web.Services (5)
System\Web\Services\Description\ProtocolImporter.cs (1)
476
name = element.
LocalName
;
System\Web\Services\Description\ServiceDescription.cs (3)
473
if (element.
LocalName
== Soap.Element.Claim && element.NamespaceURI == Soap.ConformanceClaim) {
1499
if (element != null && element.
LocalName
== name && element.NamespaceURI == ns) {
1515
if (element != null && element.
LocalName
== name && element.NamespaceURI == ns) {
System\Web\Services\Protocols\SoapHeader.cs (1)
489
return ((SoapUnknownHeader)header).Element.
LocalName
;
System.Xml (11)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
330
validator.ValidateElement(elementNode.
LocalName
, elementNode.NamespaceURI, schemaInfo, xsiType, xsiNil, null, null);
343
elementNode.XmlName = document.AddXmlName(elementNode.Prefix, elementNode.
LocalName
, elementNode.NamespaceURI, schemaInfo);
536
currentElement.XmlName = document.AddXmlName(currentElement.Prefix, currentElement.
LocalName
, currentElement.NamespaceURI, schemaInfo);
632
validator.ValidateElement(elementNode.
LocalName
, elementNode.NamespaceURI, newSchemaInfo, xsiType, xsiNil, null, null);
System\Xml\Dom\XmlDocument.cs (1)
568
XmlQualifiedName qname = new XmlQualifiedName( elem.
LocalName
, schInfo.SchemaType == SchemaType.DTD ? elem.Prefix : elem.NamespaceURI );
System\Xml\Dom\XmlElement.cs (4)
52
XmlElement element = doc.CreateElement( Prefix,
LocalName
, NamespaceURI );
89
set { name = name.OwnerDocument.AddXmlName( value,
LocalName
, NamespaceURI, SchemaInfo ); }
427
w.WriteStartElement(Prefix,
LocalName
, NamespaceURI);
528
internal override string XPLocalName { get { return
LocalName
; } }
System\Xml\Dom\XmlLoader.cs (2)
122
element.XmlName = doc.AddXmlName(element.Prefix, element.
LocalName
, element.NamespaceURI, schemaInfo);
137
element.XmlName = doc.AddXmlName(element.Prefix, element.
LocalName
, element.NamespaceURI, schemaInfo);