20 references to NodeType
System.Private.Xml (20)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
84
switch (input.
NodeType
)
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
59
switch (input.
NodeType
)
System\Xml\Xsl\XsltOld\BeginEvent.cs (2)
27
Debug.Assert(input.
NodeType
!= XPathNodeType.Namespace);
28
_nodeType = input.
NodeType
;
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
49
switch (input.
NodeType
)
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
32
switch (input.
NodeType
)
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
78
XPathNodeType nodeType = compiler.Input.
NodeType
;
System\Xml\Xsl\XsltOld\ContainerAction.cs (6)
160
while (input.
NodeType
!= XPathNodeType.Element)
168
Debug.Assert(compiler.Input.
NodeType
== XPathNodeType.Element);
504
switch (input.
NodeType
)
638
if (input.
NodeType
== XPathNodeType.Element)
767
switch (input.
NodeType
)
943
if (!input.Recurse() || input.
NodeType
!= XPathNodeType.Text)
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
108
switch (input.
NodeType
)
System\Xml\Xsl\XsltOld\NameSpaceEvent.cs (1)
19
Debug.Assert(input.
NodeType
== XPathNodeType.Namespace);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
222
if (
NodeType
== XPathNodeType.Root)
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
167
switch (input.
NodeType
)
System\Xml\Xsl\XsltOld\TextAction.cs (1)
49
switch (input.
NodeType
)
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
26
Debug.Assert(input.
NodeType
== XPathNodeType.Text || input.
NodeType
== XPathNodeType.SignificantWhitespace);