Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DocumentXPathNodeIterator_AllElemChildren.cs
Go to the documentation of this file.
1
using
System.Xml.XPath
;
2
3
namespace
System.Xml
;
4
5
internal
class
DocumentXPathNodeIterator_AllElemChildren
:
DocumentXPathNodeIterator_ElemDescendants
6
{
7
internal
DocumentXPathNodeIterator_AllElemChildren
(
DocumentXPathNavigator
nav)
8
:
base
(nav)
9
{
10
}
11
12
internal
DocumentXPathNodeIterator_AllElemChildren
(
DocumentXPathNodeIterator_AllElemChildren
other
)
13
:
base
(
other
)
14
{
15
}
16
17
public
override
XPathNodeIterator
Clone
()
18
{
19
return
new
DocumentXPathNodeIterator_AllElemChildren
(
this
);
20
}
21
22
protected
override
bool
Match
(
XmlNode
node
)
23
{
24
return
node.NodeType
==
XmlNodeType
.Element;
25
}
26
}
System.Xml.DocumentXPathNavigator
Definition
DocumentXPathNavigator.cs:10
System.Xml.DocumentXPathNodeIterator_AllElemChildren.DocumentXPathNodeIterator_AllElemChildren
DocumentXPathNodeIterator_AllElemChildren(DocumentXPathNavigator nav)
Definition
DocumentXPathNodeIterator_AllElemChildren.cs:7
System.Xml.DocumentXPathNodeIterator_AllElemChildren.Match
override bool Match(XmlNode node)
Definition
DocumentXPathNodeIterator_AllElemChildren.cs:22
System.Xml.DocumentXPathNodeIterator_AllElemChildren.Clone
override XPathNodeIterator Clone()
Definition
DocumentXPathNodeIterator_AllElemChildren.cs:17
System.Xml.DocumentXPathNodeIterator_AllElemChildren.DocumentXPathNodeIterator_AllElemChildren
DocumentXPathNodeIterator_AllElemChildren(DocumentXPathNodeIterator_AllElemChildren other)
Definition
DocumentXPathNodeIterator_AllElemChildren.cs:12
System.Xml.DocumentXPathNodeIterator_AllElemChildren
Definition
DocumentXPathNodeIterator_AllElemChildren.cs:6
System.Xml.DocumentXPathNodeIterator_ElemDescendants
Definition
DocumentXPathNodeIterator_ElemDescendants.cs:6
System.Xml.XPath.XPathNodeIterator
Definition
XPathNodeIterator.cs:8
System.Xml.XmlNode
Definition
XmlNode.cs:13
System.Xml.XPath
Definition
Extensions.cs:5
System.Xml.XmlNodeType
XmlNodeType
Definition
XmlNodeType.cs:4
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.other
@ other
source
System.Private.Xml
System.Xml
DocumentXPathNodeIterator_AllElemChildren.cs
Generated by
1.10.0