3 overrides of NodeType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
156
public override XPathNodeType
NodeType
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
97
public override XPathNodeType
NodeType
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1170
public override XPathNodeType
NodeType
79 references to NodeType
dotnet-svcutil-lib (79)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (3)
484
XPathNodeType nodeType = navigator.
NodeType
;
554
if (navigator.
NodeType
== XPathNodeType.Element)
588
if (navigator.
NodeType
== XPathNodeType.Element)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
28
if (context != null && context.
NodeType
== XPathNodeType.Root)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
64
if (context.
NodeType
== XPathNodeType.Attribute && matches(context))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (3)
85
TypeTest == e.
NodeType
||
87
TypeTest == XPathNodeType.Text && (e.
NodeType
== XPathNodeType.Whitespace || e.
NodeType
== XPathNodeType.SignificantWhitespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
69
if (temp.
NodeType
!= XPathNodeType.Attribute && temp.MoveToParent())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (2)
54
if (_input.
NodeType
== XPathNodeType.Attribute || _input.
NodeType
== XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
62
Debug.Assert(e.
NodeType
== XPathNodeType.Namespace);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
85
if (nav.
NodeType
!= XPathNodeType.Whitespace || _xsltContext.PreserveWhitespace(nav))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (2)
64
if (last.
NodeType
== XPathNodeType.Attribute || last.
NodeType
== XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (2)
60
if (input.
NodeType
== XPathNodeType.Attribute || input.
NodeType
== XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (2)
220
if (last.
NodeType
== XPathNodeType.Namespace && curr.
NodeType
== XPathNodeType.Namespace)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAxisIterator.cs (4)
74
type == nav.
NodeType
||
77
nav.
NodeType
== XPathNodeType.Whitespace ||
78
nav.
NodeType
== XPathNodeType.SignificantWhitespace
85
nav.
NodeType
== XPathNodeType.Element &&
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (39)
127
switch (
NodeType
)
457
if (
NodeType
!= XPathNodeType.Element)
490
if (
NodeType
!= XPathNodeType.Element)
526
XPathNodeType nt =
NodeType
;
608
switch (
NodeType
)
727
switch (
NodeType
)
761
if (
NodeType
== XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI)
778
if (((1 << (int)
NodeType
) & mask) != 0)
800
switch (end.
NodeType
)
811
switch (
NodeType
)
850
while (
NodeType
!= XPathNodeType.Element
869
switch (end.
NodeType
)
880
switch (
NodeType
)
919
while (((1 << (int)
NodeType
) & mask) == 0);
930
if (
NodeType
== XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI)
944
if (((1 << (int)
NodeType
) & mask) != 0)
1051
switch (
NodeType
)
1098
Debug.Assert(schemaType != null || this.
NodeType
== XPathNodeType.Root, "schemaType != null || this.NodeType == XPathNodeType.Root");
1371
XPathNodeType type =
NodeType
;
1403
if (
NodeType
== XPathNodeType.Attribute)
1407
else if (
NodeType
== XPathNodeType.Namespace)
1446
switch (
NodeType
)
1496
switch (
NodeType
)
1542
if (!IsValidChildType(newChild.
NodeType
))
1573
if (!IsValidChildType(newChild.
NodeType
))
1604
if (!IsValidSiblingType(newSibling.
NodeType
))
1635
if (!IsValidSiblingType(newSibling.
NodeType
))
1724
if (
NodeType
== XPathNodeType.Element && (object)localName == (object)LocalName && namespaceURI == NamespaceURI)
1739
if (((1 << (int)
NodeType
) & mask) != 0)
1750
if (
NodeType
== XPathNodeType.Root)
1763
switch (navSave.
NodeType
)
1798
switch (
NodeType
)
1858
sb.Append(NodeTypeLetter[(int)
NodeType
]);
1921
switch (n1.
NodeType
)
1932
switch (n2.
NodeType
)
2030
switch (
NodeType
)
2062
switch (
NodeType
)
2249
string result = _nav.
NodeType
.ToString();
2250
switch (_nav.
NodeType
)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorKeyComparer.cs (1)
53
hashCode = (int)nav.
NodeType
;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (16)
125
_nodeType = XPathNavigatorReader.ToXmlNodeType(_nav.
NodeType
);
208
if (_nav.
NodeType
== XPathNodeType.Namespace)
222
if (_nav.
NodeType
== XPathNodeType.Namespace && _nav.LocalName.Length == 0)
236
if (_nav.
NodeType
== XPathNodeType.Namespace && _nav.LocalName.Length != 0)
423
switch (nav.
NodeType
)
470
switch (nav.
NodeType
)
642
if (XPathNodeType.Attribute == _nav.
NodeType
)
646
Debug.Assert(XPathNodeType.Namespace == _nav.
NodeType
);
987
if (XPathNodeType.Root == _nav.
NodeType
)
996
else if (XPathNodeType.Attribute == _nav.
NodeType
)
1000
_nodeType = ToXmlNodeType(_nav.
NodeType
);
1006
_nodeType = ToXmlNodeType(_nav.
NodeType
);
1028
_nodeType = ToXmlNodeType(_nav.
NodeType
);
1033
Debug.Assert(_nav.
NodeType
== XPathNodeType.Element, _nav.
NodeType
.ToString() + " == XPathNodeType.Element");
1052
_nodeType = ToXmlNodeType(_nav.
NodeType
);