1 write to strXml
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
111
strXml
= nt.Add( "xml" );
11 references to strXml
System.Xml (11)
System\Xml\Dom\DocumentXPathNavigator.cs (5)
341
if (name == document.
strXml
) {
377
if (name == document.
strXml
) {
412
while (Ref.Equal(attribute.LocalName, document.
strXml
)) {
506
|| Ref.Equal(localName, document.
strXml
));
513
if (PathHasDuplicateNamespace(null, namespaceParent, document.
strXml
)) {
System\Xml\Dom\XmlDocument.cs (2)
502
} else if ( prefix ==
strXml
) {
1525
namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns,
strXml
, strReservedXmlns, null), this);
System\Xml\Dom\XmlLoader.cs (2)
626
else if ( spaceMode == XmlSpace.None && attr.Prefix == doc.
strXml
&& attr.LocalName == doc.strSpace ) {
633
else if ( lang == null && attr.Prefix == doc.
strXml
&& attr.LocalName == doc.strLang ) {
System\Xml\Dom\XmlNode.cs (2)
964
if (Ref.Equal(doc.
strXml
, prefix)) { // xmlns:xml
1026
return doc.
strXml
;