1 write to nodeType
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
30
this.
nodeType
= input.NodeType;
4 references to nodeType
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\BeginEvent.cs (4)
35
if (
nodeType
== XPathNodeType.Element) {
38
else if (
nodeType
== XPathNodeType.Attribute) {
48
if (this.
nodeType
== XPathNodeType.Attribute && this.namespaceUri.Length == 0) {
61
return processor.BeginEvent(this.
nodeType
, this.prefix, this.name, this.namespaceUri, this.empty, this.htmlProps, false);