Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LinePosition
int MS.Internal.Xml.Cache.XPathDocumentNavigator.LinePosition
get
Implements
System.Xml.IXmlLineInfo
.
Definition at line
159
of file
XPathDocumentNavigator.cs
.
160
{
161
get
162
{
163
if
(
_idxParent
!= 0 &&
NodeType
==
XPathNodeType
.Text)
164
{
165
return
_pageParent
[
_idxParent
].
CollapsedLinePosition
;
166
}
167
return
_pageCurrent
[
_idxCurrent
].
LinePosition
;
168
}
169
}
MS.Internal.Xml.Cache.XPathDocumentNavigator.NodeType
override XPathNodeType NodeType
Definition
XPathDocumentNavigator.cs:67
MS.Internal.Xml.Cache.XPathDocumentNavigator._idxCurrent
int _idxCurrent
Definition
XPathDocumentNavigator.cs:14
MS.Internal.Xml.Cache.XPathDocumentNavigator._pageParent
XPathNode[] _pageParent
Definition
XPathDocumentNavigator.cs:12
MS.Internal.Xml.Cache.XPathDocumentNavigator._pageCurrent
XPathNode[] _pageCurrent
Definition
XPathDocumentNavigator.cs:10
MS.Internal.Xml.Cache.XPathDocumentNavigator._idxParent
int _idxParent
Definition
XPathDocumentNavigator.cs:16
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
MS.Internal.Xml.Cache.XPathNode.LinePosition
int LinePosition
Definition
XPathNode.cs:47
MS.Internal.Xml.Cache.XPathNode.CollapsedLinePosition
int CollapsedLinePosition
Definition
XPathNode.cs:49
MS
Internal
Xml
Cache
XPathDocumentNavigator
Generated by
1.10.0